From 45e48e5bd1e9b6b561d464e588e70b3904d0c301 Mon Sep 17 00:00:00 2001 From: hailin Date: Tue, 5 Aug 2025 22:32:34 +0800 Subject: [PATCH] . --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4258f4f..e0ababb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -335,7 +335,9 @@ RUN --mount=type=cache,target=/root/.cache/uv bash - <<'BASH' TORCH_CUDA_ARCH_LIST="${FI_TORCH_CUDA_ARCH_LIST}" \ uv pip install --system --no-build-isolation . popd - rm -rf flashinfer + rm -rf flashinfer \ + ~/.cache/flashinfer/aot/*/unused* + BASH COPY ./vllm_v0.10.0/examples examples COPY ./vllm_v0.10.0/benchmarks benchmarks