Skip to content
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

[Misc]: cannot run docker image 0.5.0 with cuda version == 12.1 #5635

Closed
kratorado opened this issue Jun 18, 2024 · 8 comments · May be fixed by #5646
Closed

[Misc]: cannot run docker image 0.5.0 with cuda version == 12.1 #5635

kratorado opened this issue Jun 18, 2024 · 8 comments · May be fixed by #5646
Labels

Comments

@kratorado
Copy link

Anything you want to discuss about vllm.

I have ubuntu-22.04, cuda==12.1, nvidia driver == 530, gpu==V100

when running newer version of vllm (after 0.4.3) , it does not work. According to the doc, vllm is built with cuda 12.1, so I think it should not require cuda>=12.4.

Error log

docker: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error running hook #0: error running hook: exit status 1, stdout: , stderr: Auto-detected mode as 'legacy'
nvidia-container-cli: requirement error: unsatisfied condition: cuda>=12.4, please update your driver to a newer version, or use an earlier cuda container: unknown.
@kratorado kratorado added the misc label Jun 18, 2024
@mohit-zangoh
Copy link

+1

@kratorado
Copy link
Author

@youkaichao
Copy link
Member

we use 12.4 because the old versions of base container will be deleted soon, according to nv policy https://gitlab.com/nvidia/container-images/cuda/-/blob/master/doc/support-policy.md .

@pseudotensor
Copy link

pseudotensor commented Jun 19, 2024

It seems even v0.4.3 is now built with cuda 12.4 required.

@kratorado
Copy link
Author

we use 12.4 because the old versions of base container will be deleted soon, according to nv policy https://gitlab.com/nvidia/container-images/cuda/-/blob/master/doc/support-policy.md .

I see. Thanks.

@kratorado
Copy link
Author

It seems even v0.4.3 is now built with cuda 12.4 required.

Yes. But the document didn't update with that. https://docs.vllm.ai/en/v0.4.3/getting_started/installation.html

@youkaichao
Copy link
Member

hopefully this can be fixed when i fix #5646

@kratorado
Copy link
Author

hopefully this can be fixed when i fix #5646

great!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants