add: huggingface-vllm v0.25#6392
Open
dwarez wants to merge 3 commits into
Open
Conversation
Signed-off-by: DWarez <dario.salvati@huggingface.co>
sallyseok
reviewed
Jul 13, 2026
Contributor
There was a problem hiding this comment.
Kinda late but just noticed this, it should be changed to one of your (future) prod tags so like huggingface-vllm:0.22-gpu-py312-cu130-ubuntu22.04 would be a good one because it's short. This field is used when a PR only makes changes to the test code and not the dockerfile source code -- the CI will test against the prod image instead of building one from scratch.
Signed-off-by: DWarez <dario.salvati@huggingface.co>
The CVE comes from a reference in a stray text file (dist-packages/benchmarks/requirements.txt) shipped by the upstream vllm-openai base Signed-off-by: DWarez <dario.salvati@huggingface.co>
sallyseok
approved these changes
Jul 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
Upgrading huggingface-vllm image to vLLM v0.25
PR Checklist
pre-commit run --all-fileslocally before creating this PR. (Read DEVELOPMENT.md for details).