Skip to content

Fix Ubuntu Docker build script and documentation paths - #6543

Open
Aidenwu0209 wants to merge 1 commit into
ROCm:developfrom
Aidenwu0209:fix/ubuntu-docker-build-paths
Open

Fix Ubuntu Docker build script and documentation paths#6543
Aidenwu0209 wants to merge 1 commit into
ROCm:developfrom
Aidenwu0209:fix/ubuntu-docker-build-paths

Conversation

@Aidenwu0209

Copy link
Copy Markdown

Summary

  • reference the checked-in install-prerequisites.sh from both Ubuntu
    Dockerfiles
  • update the READMEs to clone ROCm/ROCm and enter the matching Docker
    directory
  • normalize FROM ... AS ... casing so Docker's build check is clean

Fixes #6542

Testing

$ docker build --check tools/rocm-build/docker/ubuntu22
Check complete, no warnings found.

$ docker build --check tools/rocm-build/docker/ubuntu24
Check complete, no warnings found.

The following static checks also completed successfully:

git diff --check
test -f tools/rocm-build/docker/ubuntu22/install-prerequisites.sh
test -f tools/rocm-build/docker/ubuntu24/install-prerequisites.sh
! rg -n 'install-prerequisities|rocm-build/build/docker' \
  tools/rocm-build/docker/ubuntu22 \
  tools/rocm-build/docker/ubuntu24

This PR runs Docker's check mode only; it does not perform the full
dependency-heavy ROCm builder image build.

@Aidenwu0209
Aidenwu0209 marked this pull request as ready for review July 29, 2026 06:15
@Aidenwu0209
Aidenwu0209 requested a review from a team as a code owner July 29, 2026 06:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Fix broken Docker build paths for Ubuntu 22.04 and 24.04

1 participant