Skip to content

Commit

Permalink
ditto
Browse files Browse the repository at this point in the history
  • Loading branch information
RockfordMankiniUCSD committed Aug 18, 2023
1 parent 6fbecaf commit 73db846
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions images/scipy-ml-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,10 @@ RUN pip install --no-cache-dir datascience \
pip cache purge

# Update these in spec.yml according to https://pytorch.org/get-started/locally/
ARG TORCH_VER="1.7.1+cu101" \
TORCH_VIS_VER="0.8.2+cu101" \
TORCH_AUD_VER="0.7.2"
ARG TORCH_VER="cu188"

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

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

0 comments on commit 73db846

Please sign in to comment.