Files
ROCm/tools/rocm-build/docker/ubuntu24/README.md
2024-08-20 10:00:23 -07:00

570 B

Steps to build the Docker Image

  1. Clone this repositry

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