Skip to content

Commit 3f3a6dd

Browse files
committed
update
1 parent c6199d8 commit 3f3a6dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cuda/cu126-Linux.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ wget -nv https://developer.download.nvidia.com/compute/cuda/repos/${OS}/x86_64/c
66
sudo mv cuda-${OS}.pin /etc/apt/preferences.d/cuda-repository-pin-600
77
wget -nv https://developer.download.nvidia.com/compute/cuda/12.6.0/local_installers/cuda-repo-${OS}-12-6-local_12.6.0-560.28.03-1_amd64.deb
88
sudo dpkg -i cuda-repo-${OS}-12-6-local_12.6.0-560.54.15-1_amd64.deb
9-
sudo cp /var/cuda-repo-${OS}-12-4-local/cuda-*-keyring.gpg /usr/share/keyrings/
9+
sudo cp /var/cuda-repo-${OS}-12-6-local/cuda-*-keyring.gpg /usr/share/keyrings/
1010

1111
sudo apt-get -qq update
12-
sudo apt install cuda-nvcc-12-4 cuda-libraries-dev-12-4
12+
sudo apt install cuda-nvcc-12-6 cuda-libraries-dev-12-6
1313
sudo apt clean
1414

1515
rm -f https://developer.download.nvidia.com/compute/cuda/12.6.0/local_installers/cuda-repo-${OS}-12-6-local_12.6.0-560.28.03-1_amd64.deb

0 commit comments

Comments
 (0)