Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GPG error "public key is not available" in Ubuntu 20.04 CUDA #1

Open
aikedaerC opened this issue Jun 20, 2023 · 3 comments
Open

GPG error "public key is not available" in Ubuntu 20.04 CUDA #1

aikedaerC opened this issue Jun 20, 2023 · 3 comments

Comments

@aikedaerC
Copy link
Collaborator

aikedaerC commented Jun 20, 2023

there are so many images alternative:
https://hub.docker.com/r/nvidia/cuda/tags

@aikedaerC
Copy link
Collaborator Author

aikedaerC commented Jun 20, 2023

The problem is caused by apt update, add the following lines could help

RUN apt-key del 7fa2af80
RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/3bf863cc.pub
RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu2004/x86_64/7fa2af80.pub

@aikedaerC
Copy link
Collaborator Author

maybe this can be helped:
NVIDIA/nvidia-container-toolkit#257

@aikedaerC
Copy link
Collaborator Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant