File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ jobs:
127
127
runs-on : ${{ matrix.os }}
128
128
container :
129
129
# TODO(yikun): Remove m.daocloud.io prefix when infra proxy ready
130
- image : m.daocloud.io/quay.io/ascend/cann:8.1 .rc1-910b-ubuntu22.04-py3.10
130
+ image : m.daocloud.io/quay.io/ascend/cann:8.2 .rc1.alpha002 -910b-ubuntu22.04-py3.10
131
131
env :
132
132
HF_ENDPOINT : https://hf-mirror.com
133
133
HF_TOKEN : ${{ secrets.HF_TOKEN }}
Original file line number Diff line number Diff line change 15
15
# This file is a part of the vllm-ascend project.
16
16
#
17
17
18
- FROM quay.io/ascend/cann:8.1 .rc1-910b-ubuntu22.04-py3.10
18
+ FROM quay.io/ascend/cann:8.2 .rc1.alpha002 -910b-ubuntu22.04-py3.10
19
19
20
20
ARG PIP_INDEX_URL="https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple"
21
21
ARG COMPILE_CUSTOM_KERNELS=1
Original file line number Diff line number Diff line change 15
15
# This file is a part of the vllm-ascend project.
16
16
#
17
17
18
- FROM quay.io/ascend/cann:8.1 .rc1-910b-openeuler22.03-py3.10
18
+ FROM quay.io/ascend/cann:8.2 .rc1.alpha002 -910b-openeuler22.03-py3.10
19
19
20
20
ARG PIP_INDEX_URL="https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple"
21
21
ARG COMPILE_CUSTOM_KERNELS=1
You can’t perform that action at this time.
0 commit comments