From 5ecf8aeb55879dac097dc029ed15362825da3c72 Mon Sep 17 00:00:00 2001 From: yayoimizuha Date: Sun, 16 Apr 2023 11:47:37 +0900 Subject: [PATCH] update --- .drone.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..2f7b445 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,12 @@ +kind: pipeline +name: train +type: docker + +concurrency: + limit: 1 + +steps: + - name: install + image: nvcr.io/nvidia/pytorch:23.03-py3 + commands: + - ls /