Skip to content

Commit 34a51f8

Browse files
authored
Cleanup wheels after install to reduce image size (#8)
1 parent 78d4946 commit 34a51f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ COPY --from=build-vllm /workspace/vllm/examples /workspace/examples/
192192

193193
# Install and cleanup wheels
194194
RUN uv pip install wheels/*
195+
RUN rm -rf wheels
195196

196197
# Install pynvml
197198
RUN uv pip install pynvml

0 commit comments

Comments
 (0)