Files
ROCm/tools/rocm-build/docker/ubuntu22

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