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

Docker image build broken by GPG key rotation #80

Closed
jdagdelen opened this issue Jun 8, 2022 · 1 comment
Closed

Docker image build broken by GPG key rotation #80

jdagdelen opened this issue Jun 8, 2022 · 1 comment

Comments

@jdagdelen
Copy link

Tried building the Docker image on Linux and ran into Public GPG key error

Adding the following to top of Dockerfile seems to have solved it.

RUN rm /etc/apt/sources.list.d/cuda.list
RUN rm /etc/apt/sources.list.d/nvidia-ml.list
RUN apt-key del 7fa2af80
RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub
RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1804/x86_64/7fa2af80.pub
@s-laine
Copy link
Collaborator

s-laine commented Jun 27, 2022

Thank you for the report. Can you confirm if this is still an issue? We haven't been able to reproduce it ourselves, and we're thinking it may have been some sort of intermittent failure. Our containers should be available without authentication, and if not, we're going to have problems with all our other projects too.

@s-laine s-laine closed this as completed Aug 17, 2022
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

2 participants