From e911988e4f686be53e00722f28c8c27a49935b83 Mon Sep 17 00:00:00 2001 From: luganyuan Date: Wed, 19 Aug 2026 10:33:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E5=BC=95=E6=93=8E=E9=95=9C?= =?UTF-8?q?=E5=83=8F=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 66246c0..663bcfc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM harbor.4pd.io/modelhubxc/enginex-s2-vllm-fix-tokenizer:v1.1.1 +FROM harbor.4pd.io/modelhubxc/enginex-sunrise/vllm-fix-tokenizer:v1.1.1 WORKDIR /model COPY . /model ENTRYPOINT ["/opt/entrypoint.sh"]