[CI] Add release Dockerfile + workflow for sgl-kernel-xpu (release/v0.1.0) - #359
Open
arathi-hlab wants to merge 1 commit into
Open
[CI] Add release Dockerfile + workflow for sgl-kernel-xpu (release/v0.1.0)#359arathi-hlab wants to merge 1 commit into
arathi-hlab wants to merge 1 commit into
Conversation
Adds Dockerfile.rel_xpu_kernel that mirrors Dockerfile.xpu_kernel but installs sgl-kernel-xpu from a pre-built wheel on S3 (WHEEL_URL build-arg) instead of building from source. Adds rel_sgl-kernel-xpu.yml workflow to build and push intel/sgl-kernel-xpu-rel:<version>-<sha> plus :rel to Docker Hub on workflow_dispatch and on v* tag pushes. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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
Cherry-pick of the release Dockerfile + workflow addition onto
release/v0.1.0.Dockerfile.rel_xpu_kernelthat mirrorsDockerfile.xpu_kernelbut installssgl-kernel-xpufrom a pre-built wheel on S3 (WHEEL_URLbuild-arg) instead of building from source..github/workflows/rel_sgl-kernel-xpu.ymlto build and pushintel/sgl-kernel-xpu-rel:<version>-<sha>plusintel/sgl-kernel-xpu-rel:relto Docker Hub onworkflow_dispatchand onv*tag pushes.build-and-upload-wheel.ymlunders3://sgl-kernel-xpu/wheels/release-v0.1.0/.Companion PR against
main: #358Test plan
Release Docker Images (sgl-kernel-xpu rel)viaworkflow_dispatchwith the default v0.1.0 wheel URL and confirm the image builds and pushes.intel/sgl-kernel-xpu-rel:reland verifypython -c "import sgl_kernel; print(sgl_kernel.__version__)"works inside the container.🤖 Generated with Claude Code