diff --git a/.devops/cann.Dockerfile b/.devops/cann.Dockerfile index 6de22215e4..843fe37d06 100644 --- a/.devops/cann.Dockerfile +++ b/.devops/cann.Dockerfile @@ -4,7 +4,7 @@ # Define the CANN base image for easier version updates later ARG CHIP_TYPE=910b -ARG CANN_BASE_IMAGE=quay.io/ascend/cann:8.3.rc2-${CHIP_TYPE}-openeuler24.03-py3.11 +ARG CANN_BASE_IMAGE=quay.io/ascend/cann:8.5.0-${CHIP_TYPE}-openeuler24.03-py3.11 # ============================================================================== # BUILD STAGE diff --git a/.devops/llama-cli-cann.Dockerfile b/.devops/llama-cli-cann.Dockerfile index 5bbc9ee43b..d54e70838f 100644 --- a/.devops/llama-cli-cann.Dockerfile +++ b/.devops/llama-cli-cann.Dockerfile @@ -1,4 +1,4 @@ -ARG ASCEND_VERSION=8.1.RC1.alpha001-910b-openeuler22.03-py3.10 +ARG ASCEND_VERSION=8.5.0-910b-openeuler22.03-py3.10 FROM ascendai/cann:$ASCEND_VERSION AS build diff --git a/.github/workflows/build-cann.yml b/.github/workflows/build-cann.yml index de641ca148..d39b876373 100644 --- a/.github/workflows/build-cann.yml +++ b/.github/workflows/build-cann.yml @@ -63,7 +63,7 @@ jobs: - name: Set container image id: cann-image run: | - image="ascendai/cann:${{ matrix.chip_type == '910b' && '8.3.rc2-910b-openeuler24.03-py3.11' || '8.3.rc2-310p-openeuler24.03-py3.11' }}" + image="ascendai/cann:${{ matrix.chip_type == '910b' && '8.5.0-910b-openeuler24.03-py3.11' || '8.5.0-310p-openeuler24.03-py3.11' }}" echo "image=${image}" >> "${GITHUB_OUTPUT}" - name: Pull container image diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c3181f1772..47cd08d985 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -907,7 +907,7 @@ jobs: - name: Set container image id: cann-image run: | - image="ascendai/cann:${{ matrix.chip_type == '910b' && '8.3.rc2-910b-openeuler24.03-py3.11' || '8.3.rc2-310p-openeuler24.03-py3.11' }}" + image="ascendai/cann:${{ matrix.chip_type == '910b' && '8.5.0-910b-openeuler24.03-py3.11' || '8.5.0-310p-openeuler24.03-py3.11' }}" echo "image=${image}" >> "${GITHUB_OUTPUT}" - name: Pull container image