update
This commit is contained in:
parent
3bfb4369ab
commit
9b6768824c
|
|
@ -8,6 +8,7 @@ concurrency:
|
||||||
steps:
|
steps:
|
||||||
- name: install
|
- name: install
|
||||||
image: nvcr.io/nvidia/pytorch:23.03-py3
|
image: nvcr.io/nvidia/pytorch:23.03-py3
|
||||||
|
privileged: true
|
||||||
environment:
|
environment:
|
||||||
mount_command:
|
mount_command:
|
||||||
from_secret: mount_command
|
from_secret: mount_command
|
||||||
|
|
@ -17,7 +18,4 @@ steps:
|
||||||
- ls ./
|
- ls ./
|
||||||
- mkdir -p data
|
- mkdir -p data
|
||||||
- bash $mount_command
|
- bash $mount_command
|
||||||
- ls data
|
- ls data
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Loading…
Reference in New Issue