diff --git a/.drone.yml b/.drone.yml index 3e50c08..dad9458 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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