docker: upgrade dev vLLM image to 0.26.0 - #604
Draft
gc-fu wants to merge 2 commits into
Draft
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the XPU development Docker image to build and install upstream vLLM v0.26.0 (including the new Rust frontend artifacts) while removing prior llm-scaler-specific multi-arc/kernel customization paths.
Changes:
- Adds a separate
rust-buildstage to build vLLM Rust artifacts and copy them into the dev image. - Switches the dev image to build/install upstream vLLM v0.26.0 using upstream XPU requirements.
- Updates dependency handling to enforce Triton-XPU 3.7.1 and retain the offline oneCCL installation flow.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+133
to
+135
| uv pip uninstall triton triton-xpu \ | ||
| && uv pip install triton-xpu==3.7.1 \ | ||
| && uv pip uninstall oneccl oneccl-devel \ |
| # lean-core serving deps (same versions as prod) + bigdl-core (ships | ||
| # vllm_int4_for_multi_arc.so used by the sym_int4 path). | ||
| # --------------------------------------------------------------------------- | ||
| ENV LD_LIBRARY_PATH=/opt/intel/oneapi/ccl/2021.15/lib:/opt/intel/oneapi/mpi/2021.15/lib:/opt/intel/oneapi/compiler/2025.3/lib:/usr/local/lib |
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.
Summary
Updates vllm/docker/Dockerfile.dev to build upstream vLLM v0.26.0 for Intel XPU.
Compatibility
Keeps the existing intel/omix:0.1.0-devel-ubuntu24.04 base, proxy build arguments, /llm-scaler/vllm workspace, LD_LIBRARY_PATH, and offline oneCCL installation behavior.
Validation
A Docker build was not run because this checkout is itself inside a container without a Docker or BuildKit daemon.