Skip to content

Commit b6325e2

Browse files
committed
Reverted back to GPU setup
1 parent d3827b6 commit b6325e2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ FROM cschranz/gpu-jupyter
1313
# RUN apt-get -y install python3-pip
1414

1515
RUN pip3 install algorithmia&& \
16-
pip3 install algorithmia-api-client&& \
17-
# pip3 install nbformat&& \
18-
# pip3 install nbconvert[execute]
16+
pip3 install algorithmia-api-client&&
17+
# pip3 install nbformat&& \
18+
# pip3 install nbconvert[execute]
1919

20-
COPY src /usr/src/src
20+
COPY src /usr/src/src
2121
#COPY entrypoint.sh /entrypoint.sh
2222
COPY entrypoint.sh /usr/src/entrypoint.sh
2323
USER root

0 commit comments

Comments
 (0)