Skip to content

Commit acc10cc

Browse files
author
Mathieu Bour
committed
feat: add single and parallel flavours on semver
1 parent ebf76d1 commit acc10cc

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
type=semver,pattern={{version}}
4949
type=semver,pattern={{major}}.{{minor}}
5050
type=semver,pattern={{major}}
51+
type=semver,pattern={{target}},suffix=''
5152
type=sha
5253
- name: Build and push image to DockerHub
5354
uses: docker/build-push-action@v2

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ This Docker image is meant to be use as default runtime on the csquare platform.
44

55
This image comes with two flavours:
66

7-
- `single` (or `latest`) to train models on a single node
8-
- `parallel` which uses OpenMPI and optionally Horovod to train models on multiple nodes
7+
- `csquareai/ml-default:single` (or `csquareai/ml-default:latest`) to train models on a single node
8+
- `csquareai/ml-default:parallel` which uses OpenMPI and optionally Horovod to train models on multiple nodes
99

10-
See the list of [available tags](https://hub.docker.com/r/csquareai/ml-default) for more information.
10+
See the list of [available tags](https://hub.docker.com/r/csquareai/ml-default/tags) for more information.
1111

1212
## Included software
1313

0 commit comments

Comments
 (0)