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