From 4b582b0ccb260154f5c805d78dcb5c35b7df3654 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Voron?= Date: Tue, 29 Oct 2024 13:19:14 +0100 Subject: [PATCH] ops: fix Docker image following uv migration --- server/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/server/Dockerfile b/server/Dockerfile index aa248a6341..5eb18752d3 100644 --- a/server/Dockerfile +++ b/server/Dockerfile @@ -6,6 +6,7 @@ COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ ENV PYTHONUNBUFFERED=1 ENV UV_COMPILE_BYTECODE=1 +ENV UV_NO_CACHE=1 WORKDIR /app/server