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 20ab25e commit d3914f0Copy full SHA for d3914f0
Dockerfile
@@ -8,8 +8,8 @@ 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 virtualenv \
12
- && python -m virtualenv .venv
+RUN pip install --no-cache-dir --upgrade pip setuptools wheel \
+ && 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