File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ This Docker image is meant to be use as default runtime on the csquare platform.
44
55This 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
You can’t perform that action at this time.
0 commit comments