From 9f8458d5082e516f3d7dcc621459324467bf1cd1 Mon Sep 17 00:00:00 2001 From: i-peixingyu Date: Fri, 24 Apr 2026 14:31:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20NV=20A100=20Patched=20?= =?UTF-8?q?=E9=95=9C=E5=83=8F/Dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- NV A100 Patched 镜像/Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 NV A100 Patched 镜像/Dockerfile diff --git a/NV A100 Patched 镜像/Dockerfile b/NV A100 Patched 镜像/Dockerfile new file mode 100644 index 0000000..3e59998 --- /dev/null +++ b/NV A100 Patched 镜像/Dockerfile @@ -0,0 +1,4 @@ +FROM harbor.4pd.io/dooke/vllm/vllm/vllm-openai:v0.11.0 + +COPY patch.py /tmp/patch.py +RUN python3 /tmp/patch.py \ No newline at end of file