From 480e4d4f1bc4c0e1a563efa2075ee8996dd17f12 Mon Sep 17 00:00:00 2001 From: Joe Naegele Date: Fri, 15 Nov 2024 18:54:54 +0000 Subject: [PATCH] GPU driver setup --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6d41bed6..b5c54135 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,9 +52,6 @@ jobs: run: conda env update -n gadgetron -f environment.yml if: steps.cache-conda.outputs.cache-hit != 'true' - #- name: Setup tmate session - #uses: mxschmitt/action-tmate@v3 - - name: Install GPU driver shell: bash run: | @@ -73,6 +70,9 @@ jobs: sudo modprobe nvidia which nvidia-smi + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 + - name: GPU check shell: bash run: nvidia-smi