Browse Source

update cuda

Votre Nom 6 months ago
parent
commit
1eb0b43357
1 changed files with 4 additions and 4 deletions
  1. 4 4
      update_cuda.sh

+ 4 - 4
update_cuda.sh

@@ -11,18 +11,18 @@ fi
 
 if [ ! -f /home/wareck/.cuda_install ]
 then
-if [ ! -f cuda_12.3.2_545.23.08_linux.run ]
+if [ ! -f cuda_12.4.0_550.54.14_linux.run ]
 then
-wget https://developer.download.nvidia.com/compute/cuda/12.3.2/local_installers/cuda_12.3.2_545.23.08_linux.run
+wget wget https://developer.download.nvidia.com/compute/cuda/12.4.0/local_installers/cuda_12.4.0_550.54.14_linux.run
 fi
-chmod +x cuda_12.3.2_545.23.08_linux.run
+chmod +x cuda_12.4.0_550.54.14_linux.run
 sudo service lightdm stop
 touch /home/wareck/.cuda_install
 sudo init 3
 fi
 echo "Updating ..."
 sudo rm /tmp/.X1-lock
-sudo ./cuda_12.3.2_545.23.08_linux.run --silent --driver
+sudo ./cuda_12.4.0_550.54.14_linux.run --silent --driver
 sudo rm /home/wareck/.cuda_install
 
 if [ -f .foxy ]