vllm-project / vllm

A high-throughput and memory-efficient inference and serving engine for LLMs
https://docs.vllm.ai
Apache License 2.0
31.06k stars 4.72k forks source link

[Bug]: CPU Docker build fail. #10689

Closed Zhenzhong1 closed 2 days ago

Zhenzhong1 commented 3 days ago

Your current environment

image

Model Input Dumps

No response

🐛 Describe the bug

docker build -f Dockerfile.cpu -t vllm-cpu-env --shm-size=4g .

image

Before submitting a new issue...

ZePan110 commented 3 days ago

I triggered this issue as well and backtracked many versions with the same reported error. image

bigPYJ1151 commented 2 days ago

should be fixed by #10700

ZePan110 commented 2 days ago

should be fixed by #10700

Thanks for fixing!

Zhenzhong1 commented 2 days ago

Thank you all.