Skip to content

Commit

Permalink
torch 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RockfordMankiniUCSD committed Feb 14, 2024
1 parent ef88abd commit d8dba03
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 @@ -80,7 +80,7 @@ RUN pip install datascience \

# We already have the lib files imported into LD_LIBRARY_PATH by CUDDN and the cudatoolkit. let's remove these and save some image space.
# Beware of potentially needing to update these if we update the drivers.
RUN pip install torch==2.1.2 torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118 && \
RUN pip install torch==2.2.0 torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118 && \
pip cache purge && \
rm /opt/conda/lib/python3.9/site-packages/torch/lib/libcudnn_cnn_infer.so.8 && \
rm /opt/conda/lib/python3.9/site-packages/torch/lib/libcublasLt.so.11 && \
Expand Down

0 comments on commit d8dba03

Please sign in to comment.