ci: add gfx11 vLLM image build and GHCR publish workflow - #1242
Open
zohaibm-amd wants to merge 2 commits into
Open
ci: add gfx11 vLLM image build and GHCR publish workflow#1242zohaibm-amd wants to merge 2 commits into
zohaibm-amd wants to merge 2 commits into
Conversation
Co-authored-by: Claude <noreply@anthropic.com> Signed-off-by: Zohaib Moti <zohaib.moti@amd.com>
zohaibm-amd
requested review from
eble-amd,
marcusr-amd,
mkorhone and
stoivonen-amd
August 27, 2026 14:46
eble-amd
reviewed
Aug 27, 2026
Comment on lines
+38
to
+39
| ARG PYTORCH_INDEX_URL=https://rocm.nightlies.amd.com/whl-multi-arch/ | ||
|
|
There was a problem hiding this comment.
This is an old index. The new one is https://nightly.repo.amd.com/rocm/whl-next/.
Source: https://github.com/ROCm/TheRock/blob/main/RELEASES.md.
Author
There was a problem hiding this comment.
we need to use the packages that were used in the old index. Once we have QA done with the newer packages we can move to the new index. Thanks for pointing this out.
eble-amd
reviewed
Aug 27, 2026
eble-amd
reviewed
Aug 27, 2026
eble-amd
reviewed
Aug 27, 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
We would like to provide users with a docker image that can let them serve models without having to install anything else.
We need CI to build and publish this image. We don't publish an image automatically. This workflow can only be dispatched manually (for now, we can revisit this in the future).
Test Plan
Locally pulled and ran a script to use this docker image as a base and then serve Gemma4 model.
Test Result
Successfully pulled the base image, started up the vLLM server and responded when a custom query was sent