[v0.18.0][CI] Fix releases/v0.18.0 ci test only support vllm v0.18.0 (#7686)

### What this PR does / why we need it?
Fix releases/v0.18.0 ci test only support vllm v0.18.0 

Signed-off-by: hfadzxy <starmoon_zhang@163.com>
This commit is contained in:
zhangxinyuehfad
2026-03-26 18:36:04 +08:00
committed by GitHub
parent 124bb00158
commit d781902ce9
9 changed files with 11 additions and 11 deletions

View File

@@ -15,7 +15,7 @@
# This file is a part of the vllm-ascend project.
#
FROM quay.io/ascend/vllm-ascend:main
FROM quay.io/ascend/vllm-ascend:release-0.18.0
ARG PIP_INDEX_URL="https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple"
ARG AIS_BENCH_TAG="v3.0-20250930-master"