From cf4cb3535668115c9b54307746ad16d99541f5b2 Mon Sep 17 00:00:00 2001 From: Eugene Rakhmatulin Date: Mon, 13 Apr 2026 08:47:34 -0700 Subject: [PATCH] added new flashinfer build dependency --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Dockerfile b/Dockerfile index b8fbfe1..d80bf8b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -91,6 +91,10 @@ ARG FLASHINFER_REF=main # Change this argument to force a re-download of FlashInfer ARG CACHEBUST_FLASHINFER=1 +# Additional deps +RUN --mount=type=cache,id=uv-cache,target=/root/.cache/uv \ + uv pip install packaging + # Smart Git Clone (Fetch changes instead of full re-clone) RUN --mount=type=cache,id=repo-cache,target=/repo-cache \ cd /repo-cache && \