Skip to content

Commit 266c2be

Browse files
committed
removed pip dependency in dockerfiles
1 parent 4090c55 commit 266c2be

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

requirements/tools/Dockerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,7 @@ COPY --from=uv_build /uv /uvx /bin/
3131

3232
RUN uv venv "${VIRTUAL_ENV}"
3333

34-
RUN --mount=type=cache,target=/root/.cache/uv \
35-
uv pip install --upgrade \
36-
wheel \
37-
setuptools
34+
3835

3936

4037

0 commit comments

Comments
 (0)