Skip to content

Commit 52c8e17

Browse files
committed
webscale the dockerfile 10x improvement
1 parent 3b7b930 commit 52c8e17

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ ENV UV_COMPILE_BYTECODE=1 \
1313
# Install project dependencies with build tools available
1414
WORKDIR /build
1515

16-
RUN pip install --no-cache-dir --upgrade pip setuptools wheel \
17-
&& python -m venv .venv
18-
1916
RUN --mount=type=cache,target=/root/.cache/uv \
2017
--mount=type=bind,source=uv.lock,target=uv.lock \
2118
--mount=type=bind,source=pyproject.toml,target=pyproject.toml \

0 commit comments

Comments
 (0)