As of this morning, when I try to run apt-get update
from the nvidia/cuda11.2.1-base-ubuntu20.04
base docker image, I’m seeing the following error:
> [ 2/11] RUN apt-get update:
...
#5 0.873 Ign:4 https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu2004/x86_64 InRelease
#5 0.958 Err:5 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 Release
#5 0.958 404 Not Found [IP: 152.195.19.142 443]
#5 1.046 Err:6 https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu2004/x86_64 Release
#5 1.046 404 Not Found [IP: 152.195.19.142 443]
...
#5 5.420 Reading package lists...
#5 6.583 E: The repository 'https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 Release' does not have a Release file.
#5 6.583 E: The repository 'https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu2004/x86_64 Release' does not have a Release file.
This hasn’t happened before, and it looks like the docker image hasn’t changed in three months.
Anyone else having this issue? How can I resolve this?