-
-
Notifications
You must be signed in to change notification settings - Fork 7.7k
[Feature]: Host CPU Docker image on Docker Hub #4771
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
Comments
Any updates on this issue? I really believe the community would greatly benefit from a prebuilt and pullable cpu docker image. |
I wouldn't limit this to cpu only though. It'd be nice if all the docker images were built and included as part of a release. If not published to dockerhub that could at least be hosted on github. |
Are there any updates on this? |
+1 |
We are currently serving vLLM as container in production, but llama.cpp with CPU support and a small model in development because of this issue. It would be great to have an image available for CPU (and maybe other platforms), too. |
With this fixed and two releases since then (v0.6.6 and v0.6.6.post1), I wonder why there is no CPU image yet on Docker Hub. When will it be released there? |
I see the issue has been closed as completed, but I cannot find the CPU image on docker hub. I see the #11261 PR mentions a manual process is needed to push images to docker hub. @DarkLight1337 Would you be so kind as to trigger this manual process? |
@simon-mo can you help? |
It looks like we are not pushing to docker hub yet? Cc @khluu |
I think it's being worked on #12615 (comment) |
@simon-mo @khluu Any updates on this? At the time of writing I do not see cpu images on https://hub.docker.com/u/vllm |
+1 |
As a workaround, cloning the repo inside a Dockerfile works:
|
🚀 The feature, motivation and pitch
Currently vllm has pre-built docker images for
vllm/vllm-openai
. This image requires a GPU to run. Now that CPU support is being added, it would be great if CPU images could be added too.Allowing users to pull CPU images could greatly simplify the process for users and relaxing the GPU requirement would allow more users to benefit.
Alternatives
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: