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