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

This commit is contained in:
yayoimizuha 2023-08-20 00:23:47 +09:00
parent 59436fe343
commit 2ffa97ba64
1 changed files with 4 additions and 4 deletions

View File

@ -14,10 +14,10 @@ steps:
mount_command:
from_secret: mount_command
commands:
- python -m pip install --upgrade pip
- pip install torchsummary matplotlib pytorch-metric-learning torchinfo
- apt update
- apt install fonts-noto-cjk-extra -y
- python -m pip install -q -U pip
- pip install -q torchsummary matplotlib pytorch-metric-learning torchinfo torch torchvision tqdm Pillow facenet-pytorch
- apt update -qq
- apt install fonts-noto-cjk-extra -y -qq
- ls ./
- mkdir -p data
- $mount_command