Skip to content

Commit

Permalink
CI: Try not even pinning torch
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywonchung committed Jul 7, 2023
1 parent ee682fc commit eab686b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RUN if [ "$TARGETARCH" = "amd64" ]; then \
&& unset CONDA_INSTALLER_PATH

# Install PyTorch and CUDA Toolkit
RUN pip install torch==2.0.1 torchvision --index-url https://download.pytorch.org/whl/cu118
RUN pip install torch torchvision --index-url https://download.pytorch.org/whl/cu118

# Place stuff under /workspace
WORKDIR /workspace
Expand Down

0 comments on commit eab686b

Please sign in to comment.