Skip to content

Commit

Permalink
chore(ci): use nightly CPU PyTorch for Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
bouassaba committed Jun 13, 2024
1 parent aa7377f commit 16ff0a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion language/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt-get install -y curl build-essential python3-poetry rust-all

RUN poetry install --no-root

RUN pip3 install torch==2.3.1
RUN pip3 install --pre torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/nightly/cpu

ENV PIP_DEFAULT_TIMEOUT=900

Expand Down

0 comments on commit 16ff0a4

Please sign in to comment.