File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ wget -nv https://developer.download.nvidia.com/compute/cuda/repos/${OS}/x86_64/c
6
6
sudo mv cuda-${OS} .pin /etc/apt/preferences.d/cuda-repository-pin-600
7
7
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
8
8
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/
10
10
11
11
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
13
13
sudo apt clean
14
14
15
15
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
You can’t perform that action at this time.
0 commit comments