From 4c7064667ace87e69e7de199f1492ff5b19ea242 Mon Sep 17 00:00:00 2001 From: hailin Date: Tue, 5 Aug 2025 22:52:17 +0800 Subject: [PATCH] . --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 512f930..18f1b7f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -165,6 +165,7 @@ RUN if [ "${VLLM_USE_PRECOMPILED}" = "1" ]; then \ # if USE_SCCACHE is set, use sccache to speed up compilation RUN --mount=type=cache,target=/root/.cache/uv \ + --mount=type=cache,target=/root/.cache/torch_extensions \ # --mount=type=bind,source=.git,target=.git \ if [ "$USE_SCCACHE" = "1" ]; then \ echo "Installing sccache..." \