mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-05-29 04:37:03 +08:00
Merge branch 'main' into mm-processor
This commit is contained in:
commit
fd6c862ba1
@ -621,7 +621,7 @@ ENV UV_HTTP_TIMEOUT=500
|
|||||||
RUN --mount=type=cache,target=/root/.cache/uv \
|
RUN --mount=type=cache,target=/root/.cache/uv \
|
||||||
--mount=type=bind,source=requirements/kv_connectors.txt,target=/tmp/kv_connectors.txt,ro \
|
--mount=type=bind,source=requirements/kv_connectors.txt,target=/tmp/kv_connectors.txt,ro \
|
||||||
if [ "$INSTALL_KV_CONNECTORS" = "true" ]; then \
|
if [ "$INSTALL_KV_CONNECTORS" = "true" ]; then \
|
||||||
uv pip install --system -r /tmp/kv_connectors.txt; \
|
uv pip install --system -r /tmp/kv_connectors.txt || true; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
ENV VLLM_USAGE_SOURCE production-docker-image
|
ENV VLLM_USAGE_SOURCE production-docker-image
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user