Skip to content

Commit

Permalink
update dockerfile to torch 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rsxdalv committed Jul 13, 2024
1 parent 5ced340 commit 0f94640
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ ENV VIRTUAL_ENV=/venv
RUN python3 -m venv $VIRTUAL_ENV
ENV PATH="$VIRTUAL_ENV/bin:$PATH"

# Define PyTorch version, torch 2.0.0 known to work
ENV TORCH_VERSION=2.0.0
# Define PyTorch version
ENV TORCH_VERSION=2.3.1

# Version 24 is broken due to fairseq
RUN pip3 install --no-cache-dir --upgrade pip==23.3.2 setuptools && \
Expand Down

0 comments on commit 0f94640

Please sign in to comment.