[Doc][Build] update after removing vllm-nccl (#5103)

Co-authored-by: Roger Wang <136131678+ywang96@users.noreply.github.com>
This commit is contained in:
youkaichao
2024-05-29 16:51:18 -07:00
committed by GitHub
parent 7c3604fb68
commit 4fbcb0f27e
2 changed files with 1 additions and 7 deletions

View File

@@ -79,12 +79,6 @@ RUN --mount=type=cache,target=/root/.cache/ccache \
COPY .buildkite/check-wheel-size.py check-wheel-size.py
RUN python3 check-wheel-size.py dist
# the `vllm_nccl` package must be installed from source distribution
# pip is too smart to store a wheel in the cache, and other CI jobs
# will directly use the wheel from the cache, which is not what we want.
# we need to remove it manually
RUN --mount=type=cache,target=/root/.cache/pip \
pip cache remove vllm_nccl*
#################### EXTENSION Build IMAGE ####################
#################### vLLM installation IMAGE ####################