mirror of
https://github.com/ROCm/ROCm.git
synced 2026-01-07 22:03:58 -05:00
Fix markdownlint errors (#4597)
* deal with markdownlint errors * fix mdlint errors in ubuntu24/README.md
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user