We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da39a52 commit ce20584Copy full SHA for ce20584
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