We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3827b6 commit b6325e2Copy full SHA for b6325e2
1 file changed
Dockerfile
@@ -13,11 +13,11 @@ FROM cschranz/gpu-jupyter
13
# RUN apt-get -y install python3-pip
14
15
RUN pip3 install algorithmia&& \
16
- pip3 install algorithmia-api-client&& \
17
- # pip3 install nbformat&& \
18
- # pip3 install nbconvert[execute]
+ pip3 install algorithmia-api-client&&
+# pip3 install nbformat&& \
+# pip3 install nbconvert[execute]
19
20
- COPY src /usr/src/src
+COPY src /usr/src/src
21
#COPY entrypoint.sh /entrypoint.sh
22
COPY entrypoint.sh /usr/src/entrypoint.sh
23
USER root
0 commit comments