Update cuda.Dockerfile

Added numpy<2 package
This commit is contained in:
silentoplayz 2024-07-05 02:23:45 +00:00 committed by GitHub
parent b7e424c5f1
commit e6e851821b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,6 +34,7 @@ RUN if [ "$with_models" = "true" ]; then \
# Install package from source code
RUN pip3 install Babel==2.12.1 && python3 scripts/compile_locales.py \
&& ./venv/bin/pip install "numpy<2" \
&& pip3 install . \
&& pip3 cache purge