Skip to content

Commit cabe929

Browse files
authored
Merge pull request #197576 from Bijuth-HPC/patch-2
Update n-series-driver-setup.md
2 parents ce7a9ef + 5830646 commit cabe929

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)