diff --git a/Dockerfile.mxfp4 b/Dockerfile.mxfp4 index 2c85762..be61ad9 100644 --- a/Dockerfile.mxfp4 +++ b/Dockerfile.mxfp4 @@ -105,7 +105,7 @@ WORKDIR $VLLM_BASE_DIR ARG FLASHINFER_REPO=https://github.com/christopherowen/flashinfer.git ARG CUTLASS_REPO=https://github.com/christopherowen/cutlass.git -ARG FLASHINFER_SHA=1660ee8d740b0385f235519f9e2750db944d1838 +ARG FLASHINFER_SHA=f349e52496a72a00d8c4ac02c7a1e38523ff7194 ARG CUTLASS_SHA=11af7f02ab52c9130e422eeb4b44042fbd60c083 RUN --mount=type=cache,id=uv-cache,target=/root/.cache/uv \ @@ -180,7 +180,7 @@ ARG CACHEBUST_VLLM=1 ARG VLLM_REPO=https://github.com/christopherowen/vllm.git # Git reference (branch, tag, or SHA) to checkout -ARG VLLM_SHA=045293d82b832229560ac4a13152a095af603b6e +ARG VLLM_SHA=459541683f2d8c21f9c0e2f44954b04f59611cbe # 4. Smart Git Clone (Fetch changes instead of full re-clone) # We mount a cache at /repo-cache. This directory persists on your host machine.