Files

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/ubuntu20
    
  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