mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2025-04-20 13:59:18 +00:00
Compare commits
3 commits
9f123e1bbb
...
932fe54984
Author | SHA1 | Date | |
---|---|---|---|
|
932fe54984 | ||
|
5c72835abb | ||
|
1d6338b199 |
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==2.0.1 --extra-index-url https://download.pytorch.org/whl/cpu \
|
||||
&& ./venv/bin/pip install torch==2.2.0 --extra-index-url https://download.pytorch.org/whl/cpu \
|
||||
&& ./venv/bin/pip install "numpy<2" \
|
||||
&& ./venv/bin/pip install . \
|
||||
&& ./venv/bin/pip cache purge
|
||||
|
|
Loading…
Add table
Reference in a new issue