update
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
eddc8446bf
commit
0d8b3aabbf
10
.drone.yml
10
.drone.yml
|
|
@ -8,18 +8,16 @@ concurrency:
|
||||||
steps:
|
steps:
|
||||||
- name: install
|
- name: install
|
||||||
image: nvcr.io/nvidia/pytorch:23.03-py3
|
image: nvcr.io/nvidia/pytorch:23.03-py3
|
||||||
commands:
|
|
||||||
- python -m pip install --upgrade pip
|
|
||||||
- pip install torchsummary
|
|
||||||
- ls ./
|
|
||||||
|
|
||||||
- name: mount
|
|
||||||
environment:
|
environment:
|
||||||
mount_command:
|
mount_command:
|
||||||
from_secret: mount_command
|
from_secret: mount_command
|
||||||
commands:
|
commands:
|
||||||
|
- python -m pip install --upgrade pip
|
||||||
|
- pip install torchsummary
|
||||||
|
- ls ./
|
||||||
- mkdir -p data
|
- mkdir -p data
|
||||||
- bash mount_command
|
- bash mount_command
|
||||||
|
- ls data
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue