This commit is contained in:
hailin 2025-08-05 22:32:34 +08:00
parent f20d301e23
commit 45e48e5bd1
1 changed files with 3 additions and 1 deletions

View File

@ -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