From 3c27d521bb324c3115e165ecc87a701d31f5897d Mon Sep 17 00:00:00 2001 From: Eugene Rakhmatulin Date: Mon, 23 Feb 2026 09:51:45 -0800 Subject: [PATCH] Reverting another breaking vLLM PR, fixes #60 --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2df9001..02835e7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -189,8 +189,9 @@ RUN --mount=type=cache,id=uv-cache,target=/root/.cache/uv \ # else \ # patch -p1 < fastsafetensors.patch; \ # fi -# TEMPORARY PATCH for broken vLLM build (unguarded Hopper code) - reverting PR #34758 +# TEMPORARY PATCH for broken vLLM build (unguarded Hopper code) - reverting PR #34758 and #34302 RUN curl -L https://patch-diff.githubusercontent.com/raw/vllm-project/vllm/pull/34758.diff | patch -p1 -R || echo "Cannot revert PR #34758, skipping" +RUN curl -L https://patch-diff.githubusercontent.com/raw/vllm-project/vllm/pull/34302.diff | patch -p1 -R || echo "Cannot revert PR #34302, skipping" # Final Compilation RUN --mount=type=cache,id=ccache,target=/root/.ccache \