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
+1
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