File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : Deploy to Docker Hub
22on :
33 schedule :
4- - cron : ' 0 10 * * *' # everyday at 10am
4+ - cron : ' 0 10 * * *'
55 push :
66 branches : [main]
77 tags : ['**']
8- # paths: [Dockerfile, .github/workflow/deploy.yaml ]
8+ paths-ignore : ['*.md' ]
99 pull_request :
10- branches :
11- - ' main'
10+ branches : [main]
1211jobs :
1312 deploy :
1413 name : Build Docker image
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ This image comes with two flavours:
77- ` single ` (or ` latest ` ) to train models on a single node
88- ` 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.
11+
1012## Included software
1113
1214### Basic programs
@@ -18,6 +20,8 @@ This image comes with two flavours:
1820- [ vim] ( https://www.vim.org )
1921- [ wget] ( https://www.gnu.org/software/wget )
2022
23+ If you need additional software, please [ open an issue] ( https://github.com/csquare-ai/ml-default/issues/new ) !
24+
2125### Training frameworks/tools
2226
2327See the [ Dockerfile] ( ./Dockerfile ) for more details.
Original file line number Diff line number Diff line change 3131 "build:single" : " docker build --tag=csquareai/ml-default:single --target=single ." ,
3232 "build:parallel" : " docker build --tag=csquareai/ml-default:parallel --target=parallel ."
3333 },
34- "dependencies" : {
35- },
34+ "dependencies" : {},
3635 "devDependencies" : {
3736 "@csquare/prettier-config" : " ^1.1.2" ,
3837 "prettier" : " ^2.3.1" ,
You can’t perform that action at this time.
0 commit comments