From 5045902f422b3bfa624459a2c7660958cd55d533 Mon Sep 17 00:00:00 2001 From: luopingyi Date: Thu, 11 Sep 2025 10:05:32 +0800 Subject: [PATCH] update base docker image --- ascend_910-f5-tts/Dockerfile_f5 | 2 +- ascend_910-gpt-sovits/Dockerfile_gsv | 2 +- ascend_910-kokoro/Dockerfile_kokoro | 2 +- ascend_910-matcha/Dockerfile_matcha | 2 +- ascend_910-piper/Dockerfile_piper | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ascend_910-f5-tts/Dockerfile_f5 b/ascend_910-f5-tts/Dockerfile_f5 index 18afc7d..cfef542 100644 --- a/ascend_910-f5-tts/Dockerfile_f5 +++ b/ascend_910-f5-tts/Dockerfile_f5 @@ -1,4 +1,4 @@ -FROM quay.io/ascend/vllm-ascend:v0.10.0rc1 +FROM git.modelhub.org.cn:9443/enginex-ascend/vllm-ascend:v0.10.0rc1 WORKDIR /workspace COPY . /workspace/ diff --git a/ascend_910-gpt-sovits/Dockerfile_gsv b/ascend_910-gpt-sovits/Dockerfile_gsv index 4fa361a..9a5ac05 100644 --- a/ascend_910-gpt-sovits/Dockerfile_gsv +++ b/ascend_910-gpt-sovits/Dockerfile_gsv @@ -1,4 +1,4 @@ -FROM quay.io/ascend/vllm-ascend:v0.10.0rc1 +FROM git.modelhub.org.cn:9443/enginex-ascend/vllm-ascend:v0.10.0rc1 WORKDIR /workspace diff --git a/ascend_910-kokoro/Dockerfile_kokoro b/ascend_910-kokoro/Dockerfile_kokoro index ff93a34..987e3b2 100644 --- a/ascend_910-kokoro/Dockerfile_kokoro +++ b/ascend_910-kokoro/Dockerfile_kokoro @@ -1,4 +1,4 @@ -FROM quay.io/ascend/vllm-ascend:v0.10.0rc1 +FROM git.modelhub.org.cn:9443/enginex-ascend/vllm-ascend:v0.10.0rc1 WORKDIR /workspace diff --git a/ascend_910-matcha/Dockerfile_matcha b/ascend_910-matcha/Dockerfile_matcha index 78db11b..d86953a 100644 --- a/ascend_910-matcha/Dockerfile_matcha +++ b/ascend_910-matcha/Dockerfile_matcha @@ -1,4 +1,4 @@ -FROM quay.io/ascend/vllm-ascend:v0.10.0rc1 +FROM git.modelhub.org.cn:9443/enginex-ascend/vllm-ascend:v0.10.0rc1 WORKDIR /workspace diff --git a/ascend_910-piper/Dockerfile_piper b/ascend_910-piper/Dockerfile_piper index ae59037..d9667ae 100644 --- a/ascend_910-piper/Dockerfile_piper +++ b/ascend_910-piper/Dockerfile_piper @@ -1,4 +1,4 @@ -FROM quay.io/ascend/vllm-ascend:v0.10.0rc1 +FROM git.modelhub.org.cn:9443/enginex-ascend/vllm-ascend:v0.10.0rc1 WORKDIR /workspace