Skip to content

[Misc]: missing python inside the container v0.8.1 #15174

Closed
@longqu

Description

@longqu

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions