Skip to content

Commit 5b579dd

Browse files
authored
Upgrade CANN to 8.2.RC1 (A3) (vllm-project#2043)
### What this PR does / why we need it? Upgrade CANN to 8.2.RC1 ### Does this PR introduce _any_ user-facing change? Yes, A3 image are using 8.2.rc1 ### How was this patch tested? CI passed - vLLM version: v0.10.0 - vLLM main: vllm-project/vllm@de509ae Signed-off-by: Yikun Jiang <[email protected]>
1 parent ed2ab8a commit 5b579dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile.a3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# This file is a part of the vllm-ascend project.
1616
#
1717

18-
FROM quay.io/ascend/cann:8.1.rc1-a3-ubuntu22.04-py3.10
18+
FROM quay.io/ascend/cann:8.2.rc1-a3-ubuntu22.04-py3.11
1919

2020
ARG PIP_INDEX_URL="https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple"
2121
ARG COMPILE_CUSTOM_KERNELS=1

Dockerfile.a3.openEuler

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# This file is a part of the vllm-ascend project.
1616
#
1717

18-
FROM quay.io/ascend/cann:8.1.rc1-a3-openeuler22.03-py3.10
18+
FROM quay.io/ascend/cann:8.2.rc1-a3-openeuler22.03-py3.11
1919

2020
ARG PIP_INDEX_URL="https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple"
2121
ARG COMPILE_CUSTOM_KERNELS=1

0 commit comments

Comments
 (0)