pytorch_geometric
pytorch_geometric copied to clipboard
Error building Dockerfile
🐛 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
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
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.