From 65c64e065c26e29f898865998e7ba3b57ea87ed8 Mon Sep 17 00:00:00 2001 From: justin_driggers Date: Mon, 5 Aug 2024 20:45:36 -0400 Subject: [PATCH] removed non-functional pip command --- docker/cuda.Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/docker/cuda.Dockerfile b/docker/cuda.Dockerfile index 5be8327..57b52c6 100644 --- a/docker/cuda.Dockerfile +++ b/docker/cuda.Dockerfile @@ -32,7 +32,6 @@ RUN if [ "$with_models" = "true" ]; then \ fi \ fi -RUN python -mvenv venv && ./venv/bin/pip install --no-cache-dir --upgrade pip # Install package from source code RUN pip3 install Babel==2.12.1 && python3 scripts/compile_locales.py \ && pip3 install "numpy<2" \