add matrix
This commit is contained in:
parent
7a3c6f8393
commit
05291f41f6
|
@ -1,9 +1,14 @@
|
||||||
|
matrix:
|
||||||
|
MSTEPS:
|
||||||
|
- 20
|
||||||
|
- 30
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
"train":
|
"train":
|
||||||
image: nvcr.io/nvidia/tensorflow:23.10-tf2-py3
|
image: nvcr.io/nvidia/tensorflow:23.10-tf2-py3
|
||||||
commands:
|
commands:
|
||||||
- echo "starting python script"
|
- echo "starting python script"
|
||||||
- python run.py
|
- python run.py
|
||||||
"compress and upload":
|
"compress and upload":
|
||||||
image: alpine:3
|
image: alpine:3
|
||||||
commands:
|
commands:
|
||||||
|
|
Loading…
Reference in New Issue