diff --git a/docker/cuda.Dockerfile b/docker/cuda.Dockerfile index 03b89b3..7cb3543 100644 --- a/docker/cuda.Dockerfile +++ b/docker/cuda.Dockerfile @@ -34,7 +34,7 @@ RUN if [ "$with_models" = "true" ]; then \ fi # Install package from source code -RUN pip3 install Babel==2.11.0 && python3 scripts/compile_locales.py \ +RUN pip3 install Babel==2.12.1 && python3 scripts/compile_locales.py \ && pip3 install . \ && pip3 cache purge