Closed
Description
Anything you want to discuss about vllm.
I pull the apptainer container as following:
apptainer pull docker://vllm/vllm-openai:v0.8.1
the python is not included inside the container:
apptainer shell vllm-openai_v0.8.1.sif
Apptainer> python3
bash: python3: command not found
Apptainer> vllm
bash: /opt/venv/bin/vllm: /opt/venv/bin/python3: bad interpreter: No such file or directory
and the python is actually pointed to an unexisting file:
Apptainer> source /opt/venv/bin/activate
(venv) Apptainer> ls -l /opt/venv/bin/python
lrwxrwxrwx 1 root root 75 Mar 20 04:35 /opt/venv/bin/python -> /root/.local/share/uv/python/cpython-3.12.9-linux-x86_64-gnu/bin/python3.12
(venv) Apptainer> ls /root/.local/share/uv/python/cpython-3.12.9-linux-x86_64-gnu/bin/python3.12
ls: cannot access '/root/.local/share/uv/python/cpython-3.12.9-linux-x86_64-gnu/bin/python3.12': No such file or directory
This issue starts since v0.8.0
Before submitting a new issue...
- Make sure you already searched for relevant issues, and asked the chatbot living at the bottom right corner of the documentation page, which can answer lots of frequently asked questions.