File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed 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.2.rc1-310p-openeuler22 .03-py3.11
18
+ FROM quay.io/ascend/cann:8.2.rc1-310p-openeuler24 .03-py3.11
19
19
20
20
ARG PIP_INDEX_URL="https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple"
21
21
ARG COMPILE_CUSTOM_KERNELS=1
@@ -47,6 +47,7 @@ RUN export PIP_EXTRA_INDEX_URL=https://mirrors.huaweicloud.com/ascend/repos/pypi
47
47
source /usr/local/Ascend/ascend-toolkit/set_env.sh && \
48
48
source /usr/local/Ascend/nnal/atb/set_env.sh && \
49
49
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/Ascend/ascend-toolkit/latest/`uname -i`-linux/devlib && \
50
+ export CPLUS_INCLUDE_PATH=$CPLUS_INCLUDE_PATH:/usr/include/c++/12:/usr/include/c++/12/`uname -i`-openEuler-linux && \
50
51
export SOC_VERSION=ASCEND310P3 && \
51
52
python3 -m pip install -v -e /vllm-workspace/vllm-ascend/ --extra-index https://download.pytorch.org/whl/cpu/ && \
52
53
python3 -m pip cache purge
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.2.rc1-a3-openeuler22 .03-py3.11
18
+ FROM quay.io/ascend/cann:8.2.rc1-a3-openeuler24 .03-py3.11
19
19
20
20
ARG PIP_INDEX_URL="https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple"
21
21
ARG COMPILE_CUSTOM_KERNELS=1
@@ -47,6 +47,7 @@ RUN export PIP_EXTRA_INDEX_URL=https://mirrors.huaweicloud.com/ascend/repos/pypi
47
47
source /usr/local/Ascend/ascend-toolkit/set_env.sh && \
48
48
source /usr/local/Ascend/nnal/atb/set_env.sh && \
49
49
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/Ascend/ascend-toolkit/latest/`uname -i`-linux/devlib && \
50
+ export CPLUS_INCLUDE_PATH=$CPLUS_INCLUDE_PATH:/usr/include/c++/12:/usr/include/c++/12/`uname -i`-openEuler-linux && \
50
51
python3 -m pip install -v -e /vllm-workspace/vllm-ascend/ --extra-index https://download.pytorch.org/whl/cpu/ && \
51
52
python3 -m pip cache purge
52
53
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.2.rc1-910b-openeuler22 .03-py3.11
18
+ FROM quay.io/ascend/cann:8.2.rc1-910b-openeuler24 .03-py3.11
19
19
20
20
ARG PIP_INDEX_URL="https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple"
21
21
ARG COMPILE_CUSTOM_KERNELS=1
@@ -47,6 +47,7 @@ RUN export PIP_EXTRA_INDEX_URL=https://mirrors.huaweicloud.com/ascend/repos/pypi
47
47
source /usr/local/Ascend/ascend-toolkit/set_env.sh && \
48
48
source /usr/local/Ascend/nnal/atb/set_env.sh && \
49
49
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/Ascend/ascend-toolkit/latest/`uname -i`-linux/devlib && \
50
+ export CPLUS_INCLUDE_PATH=$CPLUS_INCLUDE_PATH:/usr/include/c++/12:/usr/include/c++/12/`uname -i`-openEuler-linux && \
50
51
python3 -m pip install -v -e /vllm-workspace/vllm-ascend/ --extra-index https://download.pytorch.org/whl/cpu/ && \
51
52
python3 -m pip cache purge
52
53
You can’t perform that action at this time.
0 commit comments