CI: Update CI images to use ROCm 7.1.1#164
Merged
Merged
Conversation
riley-dixon
marked this pull request as ready for review
January 20, 2026 18:51
riley-dixon
requested review from
derobins,
gaoikawa,
jordan-turbofish and
kurtmcmillan
as code owners
January 20, 2026 18:51
riley-dixon
force-pushed
the
rildixon/ci-update-rocm
branch
from
January 20, 2026 18:52
841c4bd to
5c74b02
Compare
Collaborator
Author
|
Hold off on merging this until #156 gets checked in. |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the ROCm version used in CI container images from 6.4.2 to 7.1.1 and removes the AMDGPU repository configuration since those packages (primarily kernel packages) are not needed for the CI environment.
Changes:
- Updated ROCm version argument from 6.4.2 to 7.1.1 across all CI Dockerfiles
- Removed AMDGPU repository configuration from package sources
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| util/docker/DOCKERFILE.ais_ci_ubuntu | Updated ROCm version and removed AMDGPU repo from apt sources |
| util/docker/DOCKERFILE.ais_ci_suse | Updated ROCm version and removed AMDGPU repo configuration for SUSE |
| util/docker/DOCKERFILE.ais_ci_rocky | Updated ROCm version and removed AMDGPU repo configuration for Rocky Linux |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
jordan-turbofish
approved these changes
Jan 20, 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.
Updates ROCm version used in the CI container to 7.1.1
AMDGPU repo removed as we don't need any packages from that repository (mostly kernel packages).