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