This commit is contained in:
parent
f20d301e23
commit
45e48e5bd1
|
|
@ -335,7 +335,9 @@ RUN --mount=type=cache,target=/root/.cache/uv bash - <<'BASH'
|
||||||
TORCH_CUDA_ARCH_LIST="${FI_TORCH_CUDA_ARCH_LIST}" \
|
TORCH_CUDA_ARCH_LIST="${FI_TORCH_CUDA_ARCH_LIST}" \
|
||||||
uv pip install --system --no-build-isolation .
|
uv pip install --system --no-build-isolation .
|
||||||
popd
|
popd
|
||||||
rm -rf flashinfer
|
rm -rf flashinfer \
|
||||||
|
~/.cache/flashinfer/aot/*/unused*
|
||||||
|
|
||||||
BASH
|
BASH
|
||||||
COPY ./vllm_v0.10.0/examples examples
|
COPY ./vllm_v0.10.0/examples examples
|
||||||
COPY ./vllm_v0.10.0/benchmarks benchmarks
|
COPY ./vllm_v0.10.0/benchmarks benchmarks
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue