File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
articles/virtual-machines/linux Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -46,16 +46,16 @@ Then run installation commands specific for your distribution.
46
46
47
47
1 . Download and install the CUDA drivers from the NVIDIA website.
48
48
> [ !NOTE]
49
- > The example below shows the CUDA package path for Ubuntu 16 .04. Replace the path specific to the version you plan to use.
49
+ > The example below shows the CUDA package path for Ubuntu 20 .04. Replace the path specific to the version you plan to use.
50
50
>
51
51
> Visit the [ Nvidia Download Center] ( https://developer.download.nvidia.com/compute/cuda/repos/ ) for the full path specific to each version.
52
52
>
53
53
``` bash
54
- CUDA_REPO_PKG=cuda-repo-ubuntu1604_10.0.130-1_amd64 .deb
55
- wget -O /tmp/${CUDA_REPO_PKG} https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604 /x86_64/${CUDA_REPO_PKG}
54
+ CUDA_REPO_PKG=cuda-keyring_1.0-1_all .deb
55
+ wget -O /tmp/${CUDA_REPO_PKG} https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004 /x86_64/${CUDA_REPO_PKG}
56
56
57
57
sudo dpkg -i /tmp/${CUDA_REPO_PKG}
58
- sudo apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604 /x86_64/3bf863cc.pub
58
+ sudo apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004 /x86_64/3bf863cc.pub
59
59
rm -f /tmp/${CUDA_REPO_PKG}
60
60
61
61
sudo apt-get update
You can’t perform that action at this time.
0 commit comments