forked from vllm-project/vllm
-
Notifications
You must be signed in to change notification settings - Fork 40
[Bug]: Unable to build docker image #508
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
Hi @manvemur. Internal ticket has been created to assist with your issue. Thanks! |
Hi @manvemur, can you share your build steps and system setup? I just built vllm docker from source (commit c43debd) on 7900xtx.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Your current environment
The output of `python collect_env.py`
🐛 Describe the bug
=> ERROR [build_vllm 1/1] RUN cd vllm && python3 -m pip install -r requirements/rocm.txt && python3 setup.py clean --all 2.5s
Dockerfile.rocm:41
40 | # Build vLLM
41 | >>> RUN cd vllm
42 | >>> && python3 -m pip install -r requirements/rocm.txt
43 | >>> && python3 setup.py clean --all
44 | >>> && if [ ${USE_CYTHON} -eq "1" ]; then python3 tests/build_cython.py build_ext --inplace; fi
45 | >>> && python3 setup.py bdist_wheel --dist-dir=dist
46 | FROM scratch AS export_vllm
ERROR: failed to solve: process "/bin/sh -c cd vllm && python3 -m pip install -r requirements/rocm.txt && python3 setup.py clean --all && if [ ${USE_CYTHON} -eq "1" ]; then python3 tests/build_cython.py build_ext --inplace; fi && python3 setup.py bdist_wheel --dist-dir=dist" did not complete successfully: exit code: 1
Before submitting a new issue...
The text was updated successfully, but these errors were encountered: