diff --git a/.github/Dockerfile.buildwheel b/.github/Dockerfile.buildwheel index 1c06786b..5e757977 100644 --- a/.github/Dockerfile.buildwheel +++ b/.github/Dockerfile.buildwheel @@ -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 && \