This commit is contained in:
parent
62631291aa
commit
4c7064667a
|
|
@ -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..." \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue