[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:
2
.github/Dockerfile.buildwheel
vendored
2
.github/Dockerfile.buildwheel
vendored
@@ -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 && \
|
||||
|
||||
Reference in New Issue
Block a user