update
continuous-integration/drone/push Build was killed Details

This commit is contained in:
yayoimizuha 2023-10-15 15:48:57 +09:00
parent 5f4da9fe91
commit 4b8480ffec
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@ steps:
environment: environment:
mount_command: mount_command:
from_secret: mount_command from_secret: mount_command
PYTHONPATH: /workspace/ PYTHONPATH: /drone/src/
DATA_DIR: /workspace/data/ DATA_DIR: /drone/src/data/
commands: commands:
- python -m pip install -q -U pip - python -m pip install -q -U pip
- pip install -q torchsummary matplotlib pytorch-metric-learning torchinfo torch torchvision tqdm Pillow facenet-pytorch - pip install -q torchsummary matplotlib pytorch-metric-learning torchinfo torch torchvision tqdm Pillow facenet-pytorch