From f2ac6daf1fc2b50ef87c07cc982263ac8d0e202d Mon Sep 17 00:00:00 2001 From: light7734 Date: Wed, 24 Sep 2025 08:13:37 +0330 Subject: [PATCH] wip --- .drone.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 4e8689a..a953d5e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,12 +4,10 @@ name: gpu-test steps: - name: gpu-check - image: nvidia/cuda:12.0.0-base-ubuntu20.04 + image: nvidia/cuda:12.1.0-base-ubuntu22.04 + pull: if-not-exists commands: - nvidia-smi - resources: - requests: - gpu: 1 # --- # kind: pipeline