From 518dc0108b4df7d1f5e170bbbed08da3be0a3fe5 Mon Sep 17 00:00:00 2001 From: Eugene Rakhmatulin Date: Fri, 30 Jan 2026 15:25:54 -0800 Subject: [PATCH] moved deps buster --- Dockerfile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0afbcd7..79de851 100644 --- a/Dockerfile +++ b/Dockerfile @@ -58,9 +58,7 @@ WORKDIR $VLLM_BASE_DIR ENV TORCH_CUDA_ARCH_LIST=12.1a ENV TRITON_PTXAS_PATH=/usr/local/cuda/bin/ptxas -# --- CACHE BUSTER --- -# Change this argument to force a re-download of FlashInfer -ARG CACHEBUST_DEPS=1 + # 3. Install Python Dependencies with Cache Mounts # Using --mount=type=cache ensures that even if this layer invalidates, @@ -109,6 +107,10 @@ ENV FLASHINFER_CUDA_ARCH_LIST="12.1f" WORKDIR $VLLM_BASE_DIR ARG FLASHINFER_REF=main +# --- CACHE BUSTER --- +# Change this argument to force a re-download of FlashInfer +ARG CACHEBUST_DEPS=1 + RUN --mount=type=cache,id=uv-cache,target=/root/.cache/uv \ uv pip install nvidia-nvshmem-cu13 "apache-tvm-ffi<0.2"