Skip to content

Commit

Permalink
Try fixing image build with torch
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidMStraub committed Sep 27, 2024
1 parent 69a6ee6 commit 8669dca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ RUN python3 -m pip install --break-system-packages --no-cache-dir --extra-index-

# install PyTorch - CPU only
RUN python3 -m pip install --break-system-packages --no-cache-dir --index-url https://download.pytorch.org/whl/cpu \
--extra-index-url https://www.piwheels.org/simple \
torch

# copy package source and install
Expand Down

0 comments on commit 8669dca

Please sign in to comment.