Skip to content

Commit 67cedb3

Browse files
committed
fix: keep wheels dir in runtime container
1 parent 6db4374 commit 67cedb3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

container/Dockerfile.vllm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -520,8 +520,7 @@ COPY --from=base /workspace/wheels/nixl/*.whl wheelhouse/
520520
COPY --from=wheel_builder /workspace/dist/*.whl wheelhouse/
521521
RUN uv pip install ai-dynamo[vllm] --find-links wheelhouse && \
522522
uv pip install nixl --find-links wheelhouse && \
523-
ln -sf $VIRTUAL_ENV/bin/* /usr/local/bin/ && \
524-
rm -r wheelhouse
523+
ln -sf $VIRTUAL_ENV/bin/* /usr/local/bin/
525524

526525
# Tell vllm to use the Dynamo LLM C API for KV Cache Routing
527526
ENV VLLM_KV_CAPI_PATH="/opt/dynamo/bindings/lib/libdynamo_llm_capi.so"

0 commit comments

Comments
 (0)