Skip to content

Commit 85bc0cb

Browse files
committed
No uv in up layer
1 parent 49a8f0f commit 85bc0cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
2828
uv sync --locked --no-install-project
2929
# massive cleanup
3030
RUN uv cache clean
31-
RUN pip uninstall -y pip setuptools
31+
RUN pip uninstall -y uv pip setuptools
3232
RUN rustup self uninstall -y
3333
RUN apt-get remove -y build-essential libssl-dev gcc curl
3434
RUN apt-get clean autoclean

0 commit comments

Comments
 (0)