From 6f04b467deb351bc648df5386c0e8f218c7ddfa4 Mon Sep 17 00:00:00 2001 From: Icey <1790571317@qq.com> Date: Tue, 21 Oct 2025 22:22:45 +0800 Subject: [PATCH] [CI] Upgrade manylinux image (#3587) ### What this PR does / why we need it? Upgrade manylinux image ### Does this PR introduce _any_ user-facing change? N/A ### How was this patch tested? CI passed with new added/existing test. - vLLM version: v0.11.0rc3 - vLLM main: https://github.com/vllm-project/vllm/commit/v0.11.0 Signed-off-by: Icey <1790571317@qq.com> --- .github/Dockerfile.buildwheel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Dockerfile.buildwheel b/.github/Dockerfile.buildwheel index da86286..960e397 100644 --- a/.github/Dockerfile.buildwheel +++ b/.github/Dockerfile.buildwheel @@ -15,7 +15,7 @@ # This file is a part of the vllm-ascend project. # ARG PY_VERSION=3.11 -FROM quay.io/ascend/manylinux:8.0.0-910b-manylinux_2_28-py${PY_VERSION} +FROM quay.io/ascend/manylinux:8.2.rc1-910b-manylinux_2_28-py${PY_VERSION} ARG COMPILE_CUSTOM_KERNELS=1