From 5f8682d00a37a56260fa0abc5223421e95b42ee6 Mon Sep 17 00:00:00 2001 From: biondizzle Date: Wed, 29 Apr 2026 09:53:18 +0000 Subject: [PATCH] new vllm support --- Dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a5fca58..4db8b66 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,8 @@ #FROM vllm/vllm-openai:v0.19.0-cu130 -FROM vllm/vllm-openai:deepseekv4-cu130 +#FROM vllm/vllm-openai:deepseekv4-cu130 +FROM vllm/vllm-openai:v0.20.0-cu130 + +RUN bash <(curl -fsSL https://raw.githubusercontent.com/vllm-project/vllm/v0.20.0/tools/install_deepgemm.sh) # Fix the broken ass nightly build that forgot to include pandas #RUN pip install --no-cache-dir pandas