The template below is mostly useful for bug reports and support questions. Feel free to remove anything which doesn't apply to you and add more information where it makes sense.
Also, before reporting a new issue, please make sure that:
You searched for a similar issue and this is not a duplicate of an existing one.
This issue is not related to NGC, otherwise, please use the devtalk forums instead.
You went through the troubleshooting steps.
1. Issue or feature description
I am getting the below error when I try to build the docker image of nvidia/cuda:10.2-cudnn7-devel-ubuntu18.04
Tried few solutions available online but was not effective. I was getting frequently the below error
W: GPG error: https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1804/x86_64 Release: The following signatures were invalid: BADSIG F60F4B3D7FA2AF80 cudatools cudatools@nvidia.com
E: The repository 'https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1804/x86_64 Release' is not signed
2. Steps to reproduce the issue
3. Information to attach (optional if deemed irrelevant)
Some nvidia-container information: nvidia-container-cli -k -d /dev/tty info
Kernel version from uname -a
Linux Gaming-3 5.4.0-48-generic #52~18.04.1-Ubuntu SMP Thu Sep 10 12:50:22 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
Any relevant kernel output lines from dmesg
Driver information from nvidia-smi -a
NVIDIA-SMI 440.100 Driver Version: 440.100 CUDA Version: 10.2
Docker version from docker version
Docker version 19.03.12, build 48a66213fe
NVIDIA packages version from dpkg -l '*nvidia*' or rpm -qa '*nvidia*'
NVIDIA container library version from nvidia-container-cli -V
version: 1.2.0
build date: 2020-07-08T19:32+00:00
build revision: d22237acaea94aa5ad5de70aac903534ed598819
build compiler: x86_64-linux-gnu-gcc-7 7.5.0
build platform: x86_64
NVIDIA container library logs (see troubleshooting)
Docker command, image and tag used
FROM nvidia/cuda:10.2-cudnn7-devel-ubuntu18.04
RUN apt-get update
above lines in the docker file