update
continuous-integration/drone/push Build is failing Details

This commit is contained in:
yayoimizuha 2023-04-16 12:13:57 +09:00
parent eddc8446bf
commit 0d8b3aabbf
1 changed files with 4 additions and 6 deletions

View File

@ -8,18 +8,16 @@ concurrency:
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:
- python -m pip install --upgrade pip
- pip install torchsummary
- ls ./
- mkdir -p data
- bash mount_command
- ls data