update
This commit is contained in:
parent
fa51c24f46
commit
5ecf8aeb55
|
|
@ -0,0 +1,12 @@
|
||||||
|
kind: pipeline
|
||||||
|
name: train
|
||||||
|
type: docker
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
limit: 1
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: install
|
||||||
|
image: nvcr.io/nvidia/pytorch:23.03-py3
|
||||||
|
commands:
|
||||||
|
- ls /
|
||||||
Loading…
Reference in New Issue