Skip to content

Commit

Permalink
Update Dockerfile (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
RockfordMankiniUCSD authored Apr 1, 2024
1 parent db59229 commit a38ee32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/scipy-ml-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ RUN pip install torch==2.1.2 torchvision torchaudio --index-url https://download
rm /opt/conda/lib/python3.9/site-packages/torch/lib/libcudnn_ops_train.so.8 && \
rm /opt/conda/lib/python3.9/site-packages/torch/lib/libcublas.so.11

RUN pip install transformers datasets accelerate huggingface-cli && pip cache purge
RUN pip install transformers datasets accelerate huggingface-cli timm && pip cache purge

USER $NB_UID:$NB_GID
ENV PATH=${PATH}:/usr/local/nvidia/bin:/opt/conda/bin
Expand Down

0 comments on commit a38ee32

Please sign in to comment.