Skip to content

Commit b54c2ee

Browse files
committed
Merge remote-tracking branch 'upstream/main' into rhoai-3.5
2 parents 6084fe8 + 6d0138e commit b54c2ee

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Dockerfile.konflux.cpu

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,9 @@ RUN microdnf install --nodocs -y util-linux && \
136136
# Use builder venv in final stage instead of wheel reinstallation
137137
COPY --from=builder-base /opt/vllm /opt/vllm
138138

139+
# Remove maturin from the runtime image
140+
RUN rm -f /opt/vllm/bin/maturin
141+
139142
ENV LD_PRELOAD=/usr/lib64/libtcmalloc.so.4
140143

141144
WORKDIR /home/vllm

0 commit comments

Comments
 (0)