From 52c8e1764939e8c6248cc425cd05a53458b20601 Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Fri, 18 Jul 2025 20:18:09 +0100 Subject: webscale the dockerfile 10x improvement --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1f3833ef..e21b19c2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,9 +13,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 \ --mount=type=bind,source=pyproject.toml,target=pyproject.toml \ -- cgit v1.2.3