From 6f347a203cae63b421c4a08e88ae89ed6192a039 Mon Sep 17 00:00:00 2001 From: xvxuopop <127376094+xvxuopop@users.noreply.github.com> Date: Thu, 14 May 2026 10:36:31 +0800 Subject: [PATCH] update npu dockerfile (#1716) --- docker/Dockerfile.ascend | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/Dockerfile.ascend b/docker/Dockerfile.ascend index c9f4e80e..442a08fe 100644 --- a/docker/Dockerfile.ascend +++ b/docker/Dockerfile.ascend @@ -28,8 +28,8 @@ RUN pip config set global.index-url https://mirrors.aliyun.com/pypi/simple && \ # ---------- Install vllm + vllm-ascend ---------- RUN source /usr/local/Ascend/ascend-toolkit/set_env.sh && \ if [ -f /usr/local/Ascend/nnal/atb/set_env.sh ]; then source /usr/local/Ascend/nnal/atb/set_env.sh; fi && \ - git clone --depth 1 --branch v0.14.0 https://github.com/vllm-project/vllm && \ - git clone --depth 1 --branch v0.14.0rc1 https://github.com/vllm-project/vllm-ascend.git + git clone --depth 1 --branch v0.18.0 https://github.com/vllm-project/vllm && \ + git clone --depth 1 --branch v0.18.0 https://github.com/vllm-project/vllm-ascend.git RUN ARCH=$(uname -m) && \ source /usr/local/Ascend/ascend-toolkit/set_env.sh && \