Skip to content

Commit

Permalink
GPU driver setup
Browse files Browse the repository at this point in the history
  • Loading branch information
naegelejd committed Nov 15, 2024
1 parent 4a4b825 commit 480e4d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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
Expand Down

0 comments on commit 480e4d4

Please sign in to comment.