From 2598124e67f08febb1b6ff2dcf7b5d28d77021f3 Mon Sep 17 00:00:00 2001 From: Li Wang Date: Sat, 6 Dec 2025 10:55:22 +0800 Subject: [PATCH] [Image] Correcting the vllm tag of the openeuler image on the A2 device. (#4745) ### What this PR does / why we need it? Corrected the vllm tag, which should have been in v0.11.0 Signed-off-by: wangli --- Dockerfile.openEuler | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.openEuler b/Dockerfile.openEuler index 4e54ac9..7f82994 100644 --- a/Dockerfile.openEuler +++ b/Dockerfile.openEuler @@ -49,7 +49,7 @@ RUN yum update -y && \ # Install vLLM ARG VLLM_REPO=https://github.com/vllm-project/vllm.git -ARG VLLM_TAG=v0.11.2 +ARG VLLM_TAG=v0.11.0 RUN git clone --depth 1 $VLLM_REPO --branch $VLLM_TAG /vllm-workspace/vllm # In x86, triton will be installed by vllm. But in Ascend, triton doesn't work correctly. we need to uninstall it. RUN VLLM_TARGET_DEVICE="empty" python3 -m pip install -e /vllm-workspace/vllm/[audio] --extra-index https://download.pytorch.org/whl/cpu/ && \