Files
ROCm/tools/rocm-build/docker/ubuntu24/README.md
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

579 B

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