From 8e3497dcbf987763f36da9b9e5ce8a92d123bde5 Mon Sep 17 00:00:00 2001 From: yangdx Date: Thu, 16 Oct 2025 14:24:51 +0800 Subject: [PATCH] Update comments --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 7a61270a..307d55b3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -74,6 +74,7 @@ COPY uv.lock . ENV PATH=/app/.venv/bin:/root/.local/bin:$PATH # Sync dependencies inside the final image using uv +# And ensure pip is available for runtime installs RUN uv sync --frozen --no-dev --extra api --no-editable \ && /app/.venv/bin/python -m ensurepip --upgrade