mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-10-31 22:08:59 +00:00
Pin torch to 2.0.1
This commit is contained in:
parent
be8637e0c6
commit
7be612419b
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ COPY . .
|
|||
|
||||
# Install package from source code, compile translations
|
||||
RUN ./venv/bin/pip install Babel==2.12.1 && ./venv/bin/python scripts/compile_locales.py \
|
||||
&& ./venv/bin/pip install torch --extra-index-url https://download.pytorch.org/whl/cpu \
|
||||
&& ./venv/bin/pip install torch==2.0.1 --extra-index-url https://download.pytorch.org/whl/cpu \
|
||||
&& ./venv/bin/pip install . \
|
||||
&& ./venv/bin/pip cache purge
|
||||
|
||||
|
|
Loading…
Reference in a new issue