diff --git a/tools/rocm-build/docker/ubuntu22/README.md b/tools/rocm-build/docker/ubuntu22/README.md index 4e25d9c51..7aee1f178 100644 --- a/tools/rocm-build/docker/ubuntu22/README.md +++ b/tools/rocm-build/docker/ubuntu22/README.md @@ -1,18 +1,27 @@ -## Steps to build the Docker Image -1. Clone this repositry +# Steps to build the Docker Image + +1. Clone this repository. + ```bash git clone https://github.com/ROCm/rocm-build.git ``` -2. Go into the OS specific docker directory in build-infra + +2. Go into the OS-specific Docker directory in build-infra. + ```bash cd rocm-build/build/docker/ubuntu22 ``` -3. Build the docker image + +3. Build the Docker image + ```bash - docker build -t . + docker build -t . ``` - replace the `` with the new Docker image Name of your choice, -4. After successful build, verify your \ in the list all available docker images. + + Replace the `` with a new Docker image name of your choice. + +4. After successful build, check that your \ exist in the list of available Docker images. + ```bash docker images ``` diff --git a/tools/rocm-build/docker/ubuntu24/README.md b/tools/rocm-build/docker/ubuntu24/README.md index 0a6d6b7ec..7aee1f178 100644 --- a/tools/rocm-build/docker/ubuntu24/README.md +++ b/tools/rocm-build/docker/ubuntu24/README.md @@ -1,18 +1,27 @@ -## Steps to build the Docker Image -1. Clone this repositry +# Steps to build the Docker Image + +1. Clone this repository. + ```bash git clone https://github.com/ROCm/rocm-build.git ``` -2. Go into the OS specific docker directory in build-infra + +2. Go into the OS-specific Docker directory in build-infra. + ```bash - cd rocm-build/build/docker/ubuntu24 + cd rocm-build/build/docker/ubuntu22 ``` -3. Build the docker image + +3. Build the Docker image + ```bash - docker build -t . + docker build -t . ``` - replace the `` with the new Docker image Name of your choice, -4. After successful build, verify your \ in the list all available docker images. + + Replace the `` with a new Docker image name of your choice. + +4. After successful build, check that your \ exist in the list of available Docker images. + ```bash docker images ```