Files
David Galiffi c91e15a580 Moving rocm-build to the tools folder (#3285)
[Why]
To maintain the "pitchfork layout" convention used by the repository.

[How]
- Update README.md
- Update INFRA_REPO in ROCm.mk
   - Updated to new path: ROCm/tools/rocm-build

---------

Signed-off-by: David Galiffi <David.Galiffi@amd.com>
2024-06-12 17:12:06 -04:00
..

Steps to build the Docker Image

  1. Clone this repositry

    git clone -b roc-6.1.x https://github.com/ROCm/ROCm.git
    
  2. Go into the OS specific docker directory in build-infra

    cd ROCm/rocm-build/docker/ubuntu22
    
  3. Build the docker image

    docker build -t <docker Image Name> .
    

    replace the <docker Image Name> with the new Docker image Name of your choice,

  4. After successful build, verify your <docker Image Name> in the list all available docker images.

    docker images