Fix markdownlint errors (#4597)

* deal with markdownlint errors

* fix mdlint errors in ubuntu24/README.md
This commit is contained in:
Peter Park
2025-04-11 17:32:52 -04:00
committed by GitHub
parent 21b22f89f5
commit 8b423430a4
2 changed files with 33 additions and 15 deletions

View File

@@ -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 Image Name> .
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.
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.
```bash
docker images
```

View File

@@ -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 Image Name> .
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.
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.
```bash
docker images
```