[BugFix] buildwheel dependency install (#6212)

### What this PR does / why we need it?
buildwheel dependency install, fixes
https://github.com/vllm-project/vllm-ascend/actions/runs/21309549095

### Does this PR introduce _any_ user-facing change?
N/A

### How was this patch tested?
CI passed with new added/existing test.


- vLLM version: v0.14.0
- vLLM main:
d68209402d

Signed-off-by: wxsIcey <1790571317@qq.com>
This commit is contained in:
Icey
2026-01-24 17:11:55 +08:00
committed by GitHub
parent 21833a4321
commit fc26260d84

View File

@@ -32,7 +32,7 @@ COPY . /workspace/vllm-ascend/
# Install req
RUN python3 -m pip install -r vllm-ascend/requirements.txt --extra-index https://download.pytorch.org/whl/cpu/ && \
python3 -m pip install twine
python3 -m pip install twine attrs psutil
# Install vllm-ascend
RUN source /usr/local/Ascend/ascend-toolkit/set_env.sh && \