diff options
author | 2025-07-18 20:17:21 +0100 | |
---|---|---|
committer | 2025-07-18 20:17:28 +0100 | |
commit | f2a8446346d52c47f4ae244024f7eb37fa5be918 (patch) | |
tree | a4e605cdff6b4bd1773d2e86a2be3fb687898c35 | |
parent | Bump getsentry/action-release from 1 to 3 (#1686) (diff) |
webscale the dockerfile 10x improvement
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 \ |