We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ce7a9ef + 5830646 commit cabe929Copy full SHA for cabe929
articles/virtual-machines/linux/n-series-driver-setup.md
@@ -55,7 +55,7 @@ Then run installation commands specific for your distribution.
55
wget -O /tmp/${CUDA_REPO_PKG} https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64/${CUDA_REPO_PKG}
56
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/7fa2af80.pub
+ sudo apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64/3bf863cc.pub
59
rm -f /tmp/${CUDA_REPO_PKG}
60
61
sudo apt-get update
0 commit comments