Skip to content

Commit 677acd6

Browse files
authored
Fix pip install command in Dockerfile
1 parent 9fa0769 commit 677acd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ FROM dclong/jupyterhub-cuda
33
# GIT: https://github.com/legendu-net/docker-jupyterhub-cuda.git
44

55
RUN pip3 install --break-system-packages loguru pyarrow pandas \
6-
&& icon pytorch -i --extra-pip-options break-system-packages --cuda-version 11.1 \
6+
&& icon pytorch -ic --extra-pip-options break-system-packages --cuda-version 11.1 \
77
&& /scripts/sys/purge_cache.sh

0 commit comments

Comments
 (0)