From 9b6768824c995ef6a05e41ebc75edb5bfa109513 Mon Sep 17 00:00:00 2001 From: yayoimizuha Date: Sun, 16 Apr 2023 12:26:49 +0900 Subject: [PATCH] update --- .drone.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index fd196f6..20258e3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,6 +8,7 @@ concurrency: steps: - name: install image: nvcr.io/nvidia/pytorch:23.03-py3 + privileged: true environment: mount_command: from_secret: mount_command @@ -17,7 +18,4 @@ steps: - ls ./ - mkdir -p data - bash $mount_command - - ls data - - - + - ls data \ No newline at end of file