From a307e3ae375cdb4d1c4049a40b1da5c3102465ae Mon Sep 17 00:00:00 2001 From: sirius0xdev Date: Wed, 22 Apr 2026 02:27:38 +0000 Subject: [PATCH] fix cuda issue with new image --- apps/base/customer1/openclaw/a100-vllm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/base/customer1/openclaw/a100-vllm.yaml b/apps/base/customer1/openclaw/a100-vllm.yaml index 7c22c36..989baf7 100644 --- a/apps/base/customer1/openclaw/a100-vllm.yaml +++ b/apps/base/customer1/openclaw/a100-vllm.yaml @@ -24,7 +24,7 @@ spec: effect: "NoSchedule" containers: - name: vllm-brain - image: vllm/vllm-openai:v0.19.1-ubuntu2404 + image: vllm/vllm-openai:v0.19.1-cu130-ubuntu2404 command: ["python3", "-m", "vllm.entrypoints.openai.api_server"] env: - name: HF_TOKEN