From cf5e30805fdbd367428f92e30012d83b41b36844 Mon Sep 17 00:00:00 2001 From: i-peixingyu Date: Tue, 28 Apr 2026 16:41:47 +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/entrypoint.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- NV A100 Patched 镜像合并/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NV A100 Patched 镜像合并/entrypoint.sh b/NV A100 Patched 镜像合并/entrypoint.sh index e889d7e..6bde7b8 100644 --- a/NV A100 Patched 镜像合并/entrypoint.sh +++ b/NV A100 Patched 镜像合并/entrypoint.sh @@ -5,7 +5,7 @@ MODEL_DIR=${MODEL_DIR:-/model} FIX_TOKENIZER_DIR=/tmp/fixed_tokenizer echo "[entrypoint] fixing tokenizer..." -python /opt/fix_tokenizer.py +python3 /opt/fix_tokenizer.py echo "[entrypoint] starting vllm..."