aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2025-07-18 20:18:09 +0100
committerGravatar Joe Banks <[email protected]>2025-07-18 20:18:09 +0100
commit52c8e1764939e8c6248cc425cd05a53458b20601 (patch)
tree1d027d880026b0ba35e21b66f76f72c6cb3d2af2 /Dockerfile
parentUpdate dependabot config file to uv (diff)
webscale the dockerfile 10x improvement
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 0 insertions, 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 \