Skip to content

Commit 89032d5

Browse files
committed
webscale the dockerfile 10x improvement
1 parent c1d1c0b commit 89032d5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ ENV UV_COMPILE_BYTECODE=1 \
88

99
# Install project dependencies with build tools available
1010
WORKDIR /build
11-
RUN pip install --no-cache-dir --upgrade pip setuptools wheel \
12-
&& python -m venv .venv
1311

1412
RUN --mount=type=cache,target=/root/.cache/uv \
1513
--mount=type=bind,source=uv.lock,target=uv.lock \

0 commit comments

Comments
 (0)