From d9b53803935a8ede270ab641388fa04fe3e202c2 Mon Sep 17 00:00:00 2001 From: i-peixingyu Date: Mon, 27 Apr 2026 13:13:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20NV=20A100=20Patched=20?= =?UTF-8?q?=E9=95=9C=E5=83=8F=E5=90=88=E5=B9=B6/Dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- NV A100 Patched 镜像合并/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NV A100 Patched 镜像合并/Dockerfile b/NV A100 Patched 镜像合并/Dockerfile index 2849441..9e99aea 100644 --- a/NV A100 Patched 镜像合并/Dockerfile +++ b/NV A100 Patched 镜像合并/Dockerfile @@ -1,10 +1,10 @@ FROM harbor.4pd.io/dooke/vllm/vllm/vllm-openai:v0.11.0 -# 修复1:transformers 库级 patch +# 修复1 transformers 库级 patch COPY patch.py /tmp/patch.py RUN python3 /tmp/patch.py -# 修复2:运行时 tokenizer 配置修复脚本 +# 修复2 运行时 tokenizer 配置修复脚本 COPY detect_tokenizer.py /opt/detect_tokenizer.py COPY fix_tokenizer.py /opt/fix_tokenizer.py COPY entrypoint.sh /opt/entrypoint.sh