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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error building Dockerfile #5018

Open
domvwt opened this issue Jul 20, 2022 · 2 comments
Open

Error building Dockerfile #5018

domvwt opened this issue Jul 20, 2022 · 2 comments
Labels

Comments

@domvwt
Copy link

domvwt commented Jul 20, 2022

馃悰 Describe the bug

I am unable to build the provided Dockerfile due to the following error. To be clear, this is not an issue with PyTorch or PyG.

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.

It's most likely related to this issue caused by NVIDIA rotating their public keys: NVIDIA/nvidia-container-toolkit#257.

Is there a fix available?

Environment

No response

@domvwt domvwt added the bug label Jul 20, 2022
@rusty1s
Copy link
Member

rusty1s commented Jul 21, 2022

The dockerfile is a bit out-dated and not well maintained at the moment, sorry for that. I am happy to improve this. It is best to start from this base image now:

FROM pytorch/pytorch:1.11.0-cuda11.3-cudnn8-runtime

@domvwt
Copy link
Author

domvwt commented Jul 21, 2022

Hi @rusty1s - thanks for your quick response!

I'll continue with the official PyTorch image as suggested. If I can get something working then I'll be happy to raise a PR with an updated Dockerfile.

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

No branches or pull requests

2 participants