-
-
Notifications
You must be signed in to change notification settings - Fork 5k
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
[Bug]: Not able to install/compile vllm using alpine linux base image #10924
Comments
can you show your install/compile error details? There are some dependencies when building vllm-cpu, we use apt install on ubuntu. https://github.com/vllm-project/vllm/blob/main/Dockerfile.cpu#L9-L13 you need install alternative dependency on alpine linux first. |
Hi @jikunshang , #6 [3/6] RUN pip install --upgrade pip #7 [4/6] RUN pip install Pillow==8.2.0 numpy wheel packaging ninja "setuptools>=49.4.0" xgrammar
|
seems due to |
Sure thanks i will give a try |
Still failed.
|
I have built pyarrow packages and last it bump into this error: Which on to compile? LLVM or llvmlite or both? |
Sorry, that's beyond my knowledge, can you use ubuntu base image instead? |
ya we using ubuntu base image initially. But now due to its vulnerability, size etc.. So we are trying to use alpine to get rid of those concern for security scan |
Your current environment
The output of `python collect_env.py`
Model Input Dumps
No response
🐛 Describe the bug
Not able to compile/ install vllm using an alpine linux based image. Does vllm support?
RUN pip install --upgrade pip
RUN pip install Pillow==8.2.0 numpy wheel packaging ninja "setuptools>=49.4.0"
RUN git clone https://github.com/vllm-project/vllm.git && cd vllm &&
pip install -v -r requirements-cpu.txt --extra-index-url https://download.pytorch.org/whl/cpu
RUN VLLM_TARGET_DEVICE=cpu python setup.py install
Before submitting a new issue...
The text was updated successfully, but these errors were encountered: