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 c1d1c0b commit 89032d5Copy full SHA for 89032d5
Dockerfile
@@ -8,8 +8,6 @@ ENV UV_COMPILE_BYTECODE=1 \
8
9
# Install project dependencies with build tools available
10
WORKDIR /build
11
-RUN pip install --no-cache-dir --upgrade pip setuptools wheel \
12
- && python -m venv .venv
13
14
RUN --mount=type=cache,target=/root/.cache/uv \
15
--mount=type=bind,source=uv.lock,target=uv.lock \
0 commit comments