Files
Peter Park 8b423430a4 Fix markdownlint errors (#4597)
* deal with markdownlint errors

* fix mdlint errors in ubuntu24/README.md
2025-04-11 17:32:52 -04:00
..
2025-04-11 20:44:44 +00:00
2025-04-11 17:32:52 -04:00

Steps to build the Docker Image

  1. Clone this repository.

    git clone https://github.com/ROCm/rocm-build.git
    
  2. Go into the OS-specific Docker directory in build-infra.

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

    docker build -t <docker image name> .
    

    Replace the <docker image name> with a new Docker image name of your choice.

  4. After successful build, check that your <docker image name> exist in the list of available Docker images.

    docker images