Skip to content

Commit 5830646

Browse files
authored
Update n-series-driver-setup.md
The public key for the NVIDIA Cuda repository was changed on April 27. Details can be found in this article: https://forums.developer.nvidia.com/t/notice-cuda-linux-repository-key-rotation/212771
1 parent fdedc95 commit 5830646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Then run installation commands specific for your distribution.
5555
wget -O /tmp/${CUDA_REPO_PKG} https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/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/7fa2af80.pub
58+
sudo apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64/3bf863cc.pub
5959
rm -f /tmp/${CUDA_REPO_PKG}
6060

6161
sudo apt-get update

0 commit comments

Comments
 (0)