This commit is contained in:
hailin 2025-08-05 22:52:17 +08:00
parent 62631291aa
commit 4c7064667a
1 changed files with 1 additions and 0 deletions

View File

@ -165,6 +165,7 @@ RUN if [ "${VLLM_USE_PRECOMPILED}" = "1" ]; then \
# if USE_SCCACHE is set, use sccache to speed up compilation # if USE_SCCACHE is set, use sccache to speed up compilation
RUN --mount=type=cache,target=/root/.cache/uv \ RUN --mount=type=cache,target=/root/.cache/uv \
--mount=type=cache,target=/root/.cache/torch_extensions \
# --mount=type=bind,source=.git,target=.git \ # --mount=type=bind,source=.git,target=.git \
if [ "$USE_SCCACHE" = "1" ]; then \ if [ "$USE_SCCACHE" = "1" ]; then \
echo "Installing sccache..." \ echo "Installing sccache..." \