Skip to content

Commit

Permalink
hope fully a fix for support missing
Browse files Browse the repository at this point in the history
  • Loading branch information
lunamidori5 committed Jun 5, 2024
1 parent 406def2 commit 7431912
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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.6.4.5 |<-
`Antioquia Brushfinch` ->| 24.6.5.0 |<-
3 changes: 2 additions & 1 deletion other_files/model_installer/support.py
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,8 @@ def get_docker_client(Fore, ver_os_info, docker, client_openai):
if answerstartup.lower() == "2":
log("Trying to force the docker daemon to start...")
if os.name == 'nt':
os.system(f"start \"{shutil.which("Docker Desktop")}\"")
docker_desktop_var = shutil.which("Docker Desktop")
os.system(f"start \"{docker_desktop_var}\"")
time.sleep(45)
elif ver_os_info == "linux":
os.system("sudo systemctl start docker")
Expand Down

0 comments on commit 7431912

Please sign in to comment.