Nvidia driver 550 install flag | auto pull selftest #2

Merged
clore merged 5 commits from xfs into main 2024-12-11 00:24:01 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 7c369ae36b - Show all commits

View File

@ -35,7 +35,7 @@ elif config.service:
xfs_state = xfs.init()
if os.path.isfile("/opt/clore-hosting/.run_hive_driver_update"):
utils.run_command("PATH=/hive/bin:/hive/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:./ nvidia-driver-update http://45.12.132.34/NVIDIA-Linux-x86_64-550.135.run --force")
utils.run_command("systemctl stop docker && PATH=/hive/bin:/hive/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:./ nvidia-driver-update http://45.12.132.34/NVIDIA-Linux-x86_64-550.135.run --force")
utils.run_command("systemctl restart docker")
os.remove("/opt/clore-hosting/.run_hive_driver_update")
if os.path.isfile(config.restart_docker_flag_file):