Skip to content

Commit d5e3024

Browse files
committed
Merge branch 'docker_slim' of github.com:ericspod/MONAI into docker_slim
2 parents 55acac4 + 7f8addf commit d5e3024

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ All code review comments should be specific, constructive, and actionable.
380380

381381
### Release a new version
382382

383-
The `dev` branch's `HEAD` always corresponds to MONAI Docker image's latest tag: `projectmonai/monai:latest`. (No
383+
The `dev` branch's `HEAD` always corresponds to MONAI Docker image's latest tag: `projectmonai/monai:latest`. (No
384384
release is currently done for the slim MONAI image, this is built locally by users.)
385385
The `main` branch's `HEAD` always corresponds to the latest MONAI milestone release.
386386

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ Technical documentation is available at [docs.monai.io](https://docs.monai.io).
6363

6464
## Docker
6565

66-
The MONAI Docker image is available from [Dockerhub](https://hub.docker.com/r/projectmonai/monai),
67-
tagged as `latest` for the latest state of `dev` or with a release version. A slimmed down image can also be built
66+
The MONAI Docker image is available from [Dockerhub](https://hub.docker.com/r/projectmonai/monai),
67+
tagged as `latest` for the latest state of `dev` or with a release version. A slimmed down image can also be built
6868
locally using `Dockerfile.slim`, see that file for instructions.
6969

7070
To get started with the latest MONAI, use `docker run -ti --rm --gpus all projectmonai/monai:latest /bin/bash`.

0 commit comments

Comments
 (0)