mirror of
https://github.com/ROCm/ROCm.git
synced 2026-01-08 22:28:06 -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
|
# Steps to build the Docker Image
|
||||||
1. Clone this repositry
|
|
||||||
|
1. Clone this repository.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/ROCm/rocm-build.git
|
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
|
```bash
|
||||||
cd rocm-build/build/docker/ubuntu22
|
cd rocm-build/build/docker/ubuntu22
|
||||||
```
|
```
|
||||||
3. Build the docker image
|
|
||||||
|
3. Build the Docker image
|
||||||
|
|
||||||
```bash
|
```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
|
```bash
|
||||||
docker images
|
docker images
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -1,18 +1,27 @@
|
|||||||
## Steps to build the Docker Image
|
# Steps to build the Docker Image
|
||||||
1. Clone this repositry
|
|
||||||
|
1. Clone this repository.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/ROCm/rocm-build.git
|
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
|
```bash
|
||||||
cd rocm-build/build/docker/ubuntu24
|
cd rocm-build/build/docker/ubuntu22
|
||||||
```
|
```
|
||||||
3. Build the docker image
|
|
||||||
|
3. Build the Docker image
|
||||||
|
|
||||||
```bash
|
```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
|
```bash
|
||||||
docker images
|
docker images
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user