From c335710b82f61272456749a78df637df6b370042 Mon Sep 17 00:00:00 2001 From: Li Wang Date: Wed, 22 Apr 2026 15:41:06 +0800 Subject: [PATCH] [Misc] Bump mooncake version to v0.3.9 (#8445) ### What this PR does / why we need it? This PR updates the `MOONCAKE_TAG` version from `v0.3.8.post1` to `v0.3.9` across all Dockerfiles. Signed-off-by: wangli --- Dockerfile | 2 +- Dockerfile.a3 | 2 +- Dockerfile.a3.openEuler | 2 +- Dockerfile.openEuler | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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 \