Skip to content

Commit

Permalink
bug fix for requests bug (Thanks requests)
Browse files Browse the repository at this point in the history
  • Loading branch information
lunamidori5 committed May 21, 2024
1 parent 89a6ddf commit 5cd57f1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion other_files/midori_program_ver.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
`Antioquia Brushfinch` ->| 24.5.21.2 |<-
`Antioquia Brushfinch` ->| 24.5.21.3 |<-
2 changes: 1 addition & 1 deletion other_files/model_installer/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ charset-normalizer
click
colorama
distro
docker
git+https://github.com/felixfontein/docker-py@requests-hotfix
exceptiongroup
h11
httpcore
Expand Down
2 changes: 2 additions & 0 deletions other_files/model_installer/subsystem_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@
except Exception as e:
s.log(f"Something errored with folder setup - {str(e)}")

s.data_helper_python()

client = s.get_docker_client(Fore, ver_os_info, docker, client_openai)

# List all containers
Expand Down
1 change: 0 additions & 1 deletion other_files/model_installer/support.py
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,6 @@ def get_docker_client(Fore, ver_os_info, docker, client_openai):
log("--------------------------------------------")
log("If you see this menu something went wrong")
log("I am unable to log into your docker system.")
log("Please try updating your docker install too.")
log("Here are some helpful menus to try to fix it")
log("--------------------------------------------")
log("1: Try to auto install docker")
Expand Down

0 comments on commit 5cd57f1

Please sign in to comment.