pytorch_geometric icon indicating copy to clipboard operation
pytorch_geometric copied to clipboard

Error building Dockerfile

Open domvwt opened this issue 3 years ago • 2 comments

🐛 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: https://github.com/NVIDIA/nvidia-docker/issues/1632.

Is there a fix available?

Environment

No response

domvwt avatar Jul 20 '22 21:07 domvwt

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

rusty1s avatar Jul 21 '22 05:07 rusty1s

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.

domvwt avatar Jul 21 '22 07:07 domvwt