Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
matifali authored Aug 22, 2024
1 parent 39e548d commit 6cda44f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,9 @@ git clone https://github.com/matifali/dockerdl.git

### Add or delete packages

Modify the corresponding [`Dockerfile`] to add or delete packages.
Modify the corresponding `[Dockerfile]` to add or delete packages.

> [!NOTE]
> You may have to rebuild the `dockerdl-base` if you are building a custom image and then use it as a base image. See [Build](#build) section.
### Build
Expand All @@ -79,7 +80,8 @@ The following `--build-arg` are available for the `dockerdl-base` image.
| `CUDA_VER` | CUDA version | `12.4.1` | |
| `UBUNTU_VER` | Ubuntu version | `22.04` | `22.04`, `20.04`, `18.04` |

> Note: **Not all combinations of `--build-arg` are tested.**
> [!WARNING]
> **Not all combinations of `--build-arg` are tested.**
#### Step 1

Expand Down

0 comments on commit 6cda44f

Please sign in to comment.