update
continuous-integration/drone/push Build encountered an error
Details
continuous-integration/drone/push Build encountered an error
Details
This commit is contained in:
parent
0ac38287b4
commit
eddc8446bf
12
.drone.yml
12
.drone.yml
|
|
@ -9,5 +9,17 @@ steps:
|
|||
- name: install
|
||||
image: nvcr.io/nvidia/pytorch:23.03-py3
|
||||
commands:
|
||||
- python -m pip install --upgrade pip
|
||||
- pip install torchsummary
|
||||
- ls ./
|
||||
|
||||
- name: mount
|
||||
environment:
|
||||
mount_command:
|
||||
from_secret: mount_command
|
||||
commands:
|
||||
- mkdir -p data
|
||||
- bash mount_command
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue