From 37c12cf9e4975405d187d2bfb001b6286688c313 Mon Sep 17 00:00:00 2001 From: eugr Date: Thu, 11 Dec 2025 13:23:30 -0800 Subject: [PATCH] Removed MiniMax M2 patch since the fix is merged into main --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index b8dae57..3300cfd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -80,9 +80,6 @@ RUN python3 use_existing_torch.py && \ COPY fastsafetensors.patch . RUN patch -p1 < fastsafetensors.patch -# TEMPORARY PATCH for broken MiniMax M2 - tracking https://github.com/vllm-project/vllm/issues/30445 and https://github.com/vllm-project/vllm/pull/30389 -RUN curl -L https://patch-diff.githubusercontent.com/raw/vllm-project/vllm/pull/30389.diff | git apply - # Final Build # Uses --no-build-isolation to respect the pre-installed Torch/FlashInfer RUN pip install --no-build-isolation . -v