From e6e851821b85cb51da34e5e15fe3c7c2099522ac Mon Sep 17 00:00:00 2001 From: silentoplayz <50341825+silentoplayz@users.noreply.github.com> Date: Fri, 5 Jul 2024 02:23:45 +0000 Subject: [PATCH] Update cuda.Dockerfile Added numpy<2 package --- docker/cuda.Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/cuda.Dockerfile b/docker/cuda.Dockerfile index 7fa877d..db490e5 100644 --- a/docker/cuda.Dockerfile +++ b/docker/cuda.Dockerfile @@ -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