From eddc8446bf9dd86c58624c85ec97a63109186c07 Mon Sep 17 00:00:00 2001 From: yayoimizuha Date: Sun, 16 Apr 2023 12:10:56 +0900 Subject: [PATCH] update --- .drone.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.drone.yml b/.drone.yml index 06a0b4a..3e50c08 100644 --- a/.drone.yml +++ b/.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 + + +