Browse Source

git push
update

Votre Nom 1 month ago
parent
commit
0484e86b72
2 changed files with 12 additions and 9 deletions
  1. 5 5
      ksource.txt
  2. 7 4
      update_cuda.sh

+ 5 - 5
ksource.txt

@@ -1,5 +1,5 @@
-KHeader=linux-headers-5.15.178-custom_5.15.178-custom-1_amd64.deb
-KImage=linux-image-5.15.178-custom_5.15.178-custom-1_amd64.deb
-KLibc=linux-libc-dev_5.15.178-custom-1_amd64.deb
-KLversion=5.15.178-custom
-kernel_version=kernel_5.15.178-custom.run
+KHeader=linux-headers-5.15.179-custom_5.15.179-custom-1_amd64.deb
+KImage=linux-image-5.15.179-custom_5.15.179-custom-1_amd64.deb
+KLibc=linux-libc-dev_5.15.179-custom-1_amd64.deb
+KLversion=5.15.179-custom
+kernel_version=kernel_5.15.179-custom.run

+ 7 - 4
update_cuda.sh

@@ -11,13 +11,15 @@ fi
 
 if [ ! -f /home/wareck/.cuda_install ]
 then
-if [ ! -f cuda_12.4.1_550.54.15_linux.run ]
+if [ ! -f cuda_12.8.1_570.124.06_linux.run ]
 then
 #wget -c https://developer.download.nvidia.com/compute/cuda/12.4.1/local_installers/cuda_12.4.1_550.54.15_linux.run
-wget -c https://developer.download.nvidia.com/compute/cuda/12.6.0/local_installers/cuda_12.6.0_560.28.03_linux.run
+#wget -c https://developer.download.nvidia.com/compute/cuda/12.6.0/local_installers/cuda_12.6.0_560.28.03_linux.run
+wget -c https://developer.download.nvidia.com/compute/cuda/12.8.1/local_installers/cuda_12.8.1_570.124.06_linux.run
 fi
 #chmod +x cuda_12.4.1_550.54.15_linux.run
-chmod +x cuda_12.6.0_560.28.03_linux.run
+#chmod +x cuda_12.6.0_560.28.03_linux.run
+chmod +x cuda_12.8.1_570.124.06_linux.run
 sudo service lightdm stop
 touch /home/wareck/.cuda_install
 sudo init 3
@@ -25,7 +27,8 @@ fi
 echo "Updating ..."
 sudo rm /tmp/.X1-lock
 #sudo ./cuda_12.4.1_550.54.15_linux.run --silent --driver
-sudo ./cuda_12.6.0_560.28.03_linux.run --silent --driver
+#sudo ./cuda_12.6.0_560.28.03_linux.run --silent --driver
+sudo ./cuda_12.8.1_570.124.06_linux.run --silent --driver
 sudo rm /home/wareck/.cuda_install
 
 if [ -f .foxy ]