You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reading package lists...
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.
The command '/bin/sh -c apt-get update && apt-get install -y git' returned a non-zero code: 100
ERROR: Service 'app' failed to build : Build failed
which smells like the image has apt-get configured with some old nvidia key. But upgrading to a newer pytorch base image pytorch/pytorch:1.11.0-cuda11.3-cudnn8-devel doesn't fix it.
The text was updated successfully, but these errors were encountered:
The example
Dockerfile
fails to build. The linegives this error:
which smells like the image has apt-get configured with some old nvidia key. But upgrading to a newer pytorch base image
pytorch/pytorch:1.11.0-cuda11.3-cudnn8-devel
doesn't fix it.The text was updated successfully, but these errors were encountered: