Skip to content

Commit

Permalink
torch time (1.9 -> 2.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
RockfordMankiniUCSD committed Aug 18, 2023
1 parent 16658cd commit 6fbecaf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions images/scipy-ml-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@ ARG TORCH_VER="1.7.1+cu101" \
TORCH_AUD_VER="0.7.2"

# torch must be installed separately since it requires a non-pypi repo. See stable version above
RUN pip install torch==${TORCH_VER} torchvision==${TORCH_VIS_VER} torchaudio==${TORCH_AUD_VER} \
-f https://download.pytorch.org/whl/torch_stable.html && \
RUN pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118 && \
pip cache purge

### UNCOMMENT WHEN WE HAVE NVIDIA 11.8 ON NODES
Expand Down

0 comments on commit 6fbecaf

Please sign in to comment.