Skip to content

Commit b252495

Browse files
Update n-series-driver-setup.md
1 parent f3b3451 commit b252495

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/virtual-machines/linux/n-series-driver-setup.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,16 @@ Then run installation commands specific for your distribution.
4646

4747
1. Download and install the CUDA drivers from the NVIDIA website.
4848
> [!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.
5050
>
5151
> Visit the [Nvidia Download Center](https://developer.download.nvidia.com/compute/cuda/repos/) for the full path specific to each version.
5252
>
5353
```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}
5656

5757
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
5959
rm -f /tmp/${CUDA_REPO_PKG}
6060

6161
sudo apt-get update

0 commit comments

Comments
 (0)