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 #1

Closed
ct2034 opened this issue Jan 4, 2023 · 2 comments · Fixed by #2
Closed

GPG error #1

ct2034 opened this issue Jan 4, 2023 · 2 comments · Fixed by #2

Comments

@ct2034
Copy link
Contributor

ct2034 commented Jan 4, 2023

When running docker-compose build I receive this error message:

W: GPG error: https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64  InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY A4B469963BF863CC
E: The repository 'https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64  InRelease' is not signed.

(happending at

RUN apt-get -y update
)

@yonetaniryo
Copy link
Collaborator

Thank you @ct2034 for noticing this and also proposing a PR!
Although NVIDIA's GPG key won't typically become an issue in docker environments as long as their base image is updated periodically, but I found that the base image our Dockerfile refers to has not been updated for two years, which I believe is causing this issue. I'll check the PR you made soon. Thank you!

@yonetaniryo
Copy link
Collaborator

I have checked the PR #2 and confirmed it resolved the issue.
Although using a newer base image will also resolve the issue, I would like to accept #2 to keep the current base image for the reproducibility purpose. I'll merge the PR and close this issue. Thank you @ct2034 !

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

Successfully merging a pull request may close this issue.

2 participants