Skip to content

Commit d3914f0

Browse files
jb3jchristgit
andcommitted
Replace virtualenv with venv
Co-authored-by: Johannes Christ <[email protected]>
1 parent 20ab25e commit d3914f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ 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 virtualenv \
12-
&& python -m virtualenv .venv
11+
RUN pip install --no-cache-dir --upgrade pip setuptools wheel \
12+
&& python -m venv .venv
1313

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

0 commit comments

Comments
 (0)