Skip to content

Commit

Permalink
try this instead
Browse files Browse the repository at this point in the history
  • Loading branch information
RockfordMankiniUCSD committed Aug 18, 2023
1 parent e0477b8 commit a7ca66d
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 @@ -75,7 +75,7 @@ RUN pip install --no-cache-dir datascience \
ARG TORCH_VER="2.0.1+cu118"

# torch must be installed separately since it requires a non-pypi repo. See stable version above
RUN pip install 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/cu118 && \
pip cache purge

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

0 comments on commit a7ca66d

Please sign in to comment.