We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b7b930 commit 52c8e17Copy full SHA for 52c8e17
Dockerfile
@@ -13,9 +13,6 @@ ENV UV_COMPILE_BYTECODE=1 \
13
# Install project dependencies with build tools available
14
WORKDIR /build
15
16
-RUN pip install --no-cache-dir --upgrade pip setuptools wheel \
17
- && python -m venv .venv
18
-
19
RUN --mount=type=cache,target=/root/.cache/uv \
20
--mount=type=bind,source=uv.lock,target=uv.lock \
21
--mount=type=bind,source=pyproject.toml,target=pyproject.toml \
0 commit comments