diff --git a/Dockerfile b/Dockerfile index 0afde8f8..d166e05c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ FROM quay.io/ascend/cann:8.5.1-910b-ubuntu22.04-py3.11 ARG PIP_INDEX_URL="https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple" -ARG MOONCAKE_TAG="v0.3.8.post1" +ARG MOONCAKE_TAG="v0.3.9" ARG SOC_VERSION="ascend910b1" # Define environments diff --git a/Dockerfile.a3 b/Dockerfile.a3 index 2c31d878..7a9e2529 100644 --- a/Dockerfile.a3 +++ b/Dockerfile.a3 @@ -18,7 +18,7 @@ FROM quay.io/ascend/cann:8.5.1-a3-ubuntu22.04-py3.11 ARG PIP_INDEX_URL="https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple" -ARG MOONCAKE_TAG=v0.3.8.post1 +ARG MOONCAKE_TAG=v0.3.9 ARG SOC_VERSION="ascend910_9391" COPY . /vllm-workspace/vllm-ascend/ diff --git a/Dockerfile.a3.openEuler b/Dockerfile.a3.openEuler index 4ed461a4..f3b9cb6e 100644 --- a/Dockerfile.a3.openEuler +++ b/Dockerfile.a3.openEuler @@ -18,7 +18,7 @@ FROM quay.io/ascend/cann:8.5.1-a3-openeuler24.03-py3.11 ARG PIP_INDEX_URL="https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple" -ARG MOONCAKE_TAG="v0.3.8.post1" +ARG MOONCAKE_TAG="v0.3.9" ARG SOC_VERSION="ascend910_9391" ENV SOC_VERSION=$SOC_VERSION \ diff --git a/Dockerfile.openEuler b/Dockerfile.openEuler index 4bb86318..a449f7e0 100644 --- a/Dockerfile.openEuler +++ b/Dockerfile.openEuler @@ -18,7 +18,7 @@ FROM quay.io/ascend/cann:8.5.1-910b-openeuler24.03-py3.11 ARG PIP_INDEX_URL="https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple" -ARG MOONCAKE_TAG="v0.3.8.post1" +ARG MOONCAKE_TAG="v0.3.9" ARG SOC_VERSION="ascend910b1" ENV SOC_VERSION=$SOC_VERSION \