Skip to content

Commit ce20584

Browse files
Update Dockerfile
Without NVIDIA GPG Key update, it throws out an error : " 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. "
1 parent da39a52 commit ce20584

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
FROM nvidia/cuda:10.1-base
22

3+
#Nvidia Public GPG Key
4+
RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub
5+
36
RUN apt update && apt install -y wget unzip curl bzip2 git
47
RUN curl -LO http://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh
58
RUN bash Miniconda3-latest-Linux-x86_64.sh -p /miniconda -b

0 commit comments

Comments
 (0)