From c7c5d8e29e9c135b31f8eed12590d89ac94b94b6 Mon Sep 17 00:00:00 2001 From: nishika26 Date: Tue, 12 May 2026 16:34:46 +0530 Subject: [PATCH] uv sync frozen --- backend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/Dockerfile b/backend/Dockerfile index e8900cc..c6f4a36 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -42,7 +42,7 @@ COPY ./app /app/app # Sync the project # Ref: https://docs.astral.sh/uv/guides/integration/docker/#intermediate-layers RUN --mount=type=cache,target=/root/.cache/uv \ - uv sync + uv sync --frozen # Install pinned spaCy model in the final environment used at runtime. RUN python -m pip install --no-deps "${SPACY_MODEL_WHEEL_URL}"