We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents da39a52 + ce20584 commit 9f8f61eCopy full SHA for 9f8f61e
docs/Dockerfile
@@ -1,5 +1,8 @@
1
FROM nvidia/cuda:10.1-base
2
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
+
6
RUN apt update && apt install -y wget unzip curl bzip2 git
7
RUN curl -LO http://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh
8
RUN bash Miniconda3-latest-Linux-x86_64.sh -p /miniconda -b
0 commit comments