diff options
author | 2025-07-18 20:16:27 +0100 | |
---|---|---|
committer | 2025-07-18 20:16:27 +0100 | |
commit | 89032d50c7d48f421d40e7503d51cf5035ef3d6f (patch) | |
tree | ef5236423a78c98bb4d5a21d464c00572358d06a | |
parent | Update dependabot config to use uv (diff) |
webscale the dockerfile 10x improvement
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile index 5adefb778..4b60a45d9 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 \ |