From f2a8446346d52c47f4ae244024f7eb37fa5be918 Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Fri, 18 Jul 2025 20:17:21 +0100 Subject: webscale the dockerfile 10x improvement --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ea703d03..20115991 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,8 +8,6 @@ ENV UV_COMPILE_BYTECODE=1 \ # Install project dependencies with build tools available WORKDIR /build -RUN pip install --no-cache-dir --upgrade pip setuptools wheel \ - && python -m venv .venv RUN --mount=type=cache,target=/root/.cache/uv \ --mount=type=bind,source=uv.lock,target=uv.lock \ -- cgit v1.2.3