Merge pull request #525 from pierotofy/crashfix

Fix docker crash on ARM
This commit is contained in:
Piero Toffanin 2023-10-29 21:46:22 -04:00 committed by GitHub
commit e7347c9fef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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