You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The above command will fail with the error message
The public CUDA GPG key does not appear to be installed.
To install the key, run this command:
sudo cp /var/cuda-repo-ubuntu1804-11-7-local/cuda-4783B890-keyring.gpg /usr/share/keyrings/
However running sudo cp /var/cuda-repo-ubuntu1804-11-7-local/cuda-4783B890-keyring.gpg /usr/share/keyrings/
does not fix the problem
Expected behavior
Installation should proceed successfully.
Additional context @agthomas-ucsb I heard that you already installed CUDA onto nebula but I was getting this bug when trying to run the collab tutorials on nebula
I checked and it seems to be that Cuda 9.1 is on the machine, which is why I think I might need to update to Cuda 11.7
The text was updated successfully, but these errors were encountered:
Describe the bug
CUDA 11.7 cannot be installed because it fails at public GPG step in the installation guidelines outlined in https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html#ubuntu-installation
To Reproduce
Follow the instructions up to the following command
The above command will fail with the error message
However running sudo cp /var/cuda-repo-ubuntu1804-11-7-local/cuda-4783B890-keyring.gpg /usr/share/keyrings/
does not fix the problem
Expected behavior
Installation should proceed successfully.
Additional context
@agthomas-ucsb I heard that you already installed CUDA onto nebula but I was getting this bug when trying to run the collab tutorials on nebula
I checked and it seems to be that Cuda 9.1 is on the machine, which is why I think I might need to update to Cuda 11.7
The text was updated successfully, but these errors were encountered: