From e225c709fb461c2b0ec09a233d570277006d95c1 Mon Sep 17 00:00:00 2001 From: Eugene Rakhmatulin Date: Mon, 9 Mar 2026 09:46:50 -0700 Subject: [PATCH] Revert "fix: add temporary patch for CUDA graphs estimation" as it has been merged to main This reverts commit 63b2a8dbed40122a8beef3bad8fe41f4163a33b6. --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f566d4e..dbf5709 100644 --- a/Dockerfile +++ b/Dockerfile @@ -194,8 +194,6 @@ RUN --mount=type=cache,id=uv-cache,target=/root/.cache/uv \ # 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" -# TEMPORARY PATCH for CUDA graphs estimation -RUN curl -L https://patch-diff.githubusercontent.com/raw/vllm-project/vllm/pull/36416.diff | patch -p1 || echo "Cannot apply PR #36416, skipping" # Final Compilation RUN --mount=type=cache,id=ccache,target=/root/.ccache \