Skip to content

Commit 9f8f61e

Browse files
authored
Merge pull request #1546 from mohammedshafeeqet/patch-1
Update Dockerfile
2 parents da39a52 + ce20584 commit 9f8f61e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/Dockerfile

Lines changed: 3 additions & 0 deletions
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)