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

NO_PUBKEY when running docker compose #106

Open
Mekacher-Anis opened this issue Nov 12, 2022 · 0 comments
Open

NO_PUBKEY when running docker compose #106

Mekacher-Anis opened this issue Nov 12, 2022 · 0 comments

Comments

@Mekacher-Anis
Copy link

I'm just adding this here to help anyone, who faces such a problem.
If you get a NO_PUBKEY error when running the docker images, it's nvidia's repo key. You can solve the problem by adding this to the Dockerfile

RUN rm /etc/apt/sources.list.d/cuda.list
RUN rm /etc/apt/sources.list.d/nvidia-ml.list

before RUN apt-get

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