Merge ff00ef309dc619752c4c22028583e36a6f7e37a1 into 254f6b986720c92ddf97fbb1a6a6465da8e87e29

This commit is contained in:
Steve Westerhouse 2025-12-25 08:06:49 +08:00 committed by GitHub
commit 333b646717
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -51,6 +51,8 @@ FROM fetch_vllm_${REMOTE_VLLM} AS fetch_vllm
# -----------------------
# vLLM build stages
FROM fetch_vllm AS build_vllm
# Set target device to ROCm for build
ENV VLLM_TARGET_DEVICE=rocm
# Build vLLM
RUN cd vllm \
&& python3 -m pip install -r requirements/rocm.txt \