From fcc1e2729cd653546dc8aabb71395e6783d1e25e Mon Sep 17 00:00:00 2001 From: Everett Wilber <71281043+a1cd@users.noreply.github.com> Date: Wed, 27 Aug 2025 18:37:49 -0400 Subject: [PATCH] Fix Dockerfile syntax for conditional installation --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 12d9174d09..73bfe33ae8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -138,7 +138,7 @@ RUN pip3 install --no-cache-dir uv && \ python -c "import os; from faster_whisper import WhisperModel; WhisperModel(os.environ['WHISPER_MODEL'], device='cpu', compute_type='int8', download_root=os.environ['WHISPER_MODEL_DIR'])"; \ python -c "import os; import tiktoken; tiktoken.get_encoding(os.environ['TIKTOKEN_ENCODING_NAME'])"; \ fi; \ - else \ + else \ uv pip install --system -r requirements.txt --no-cache-dir && \ fi; \ chown -R $UID:$GID /app/backend/data/