The repository 'https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64 Release' does not have a Release file

Trying to build an image basing off of FROM nvcr.io/nvidia/cuda:10.0-cudnn7-devel-ubuntu18.04

When running:

Need to run this before apt-get updates will work

RUN apt-get install -y --no-install-recommends ca-certificates &&
rm -rf /var/lib/apt/lists/*
&& update-ca-certificates

It crashes with:
The repository ‘…/compute/cuda/repos/ubuntu1804/x86_64 Release’ does not have a Release file.
compute/machine-learning/repos/ubuntu1804/x86_64 Release’ does not have a Release file.
… Release: The following signatures were invalid: BADSIG F60F4B3D7FA2AF80 cudatools cudatools@nvidia.com

3 Likes