Skip to content

Commit

Permalink
GPU driver check
Browse files Browse the repository at this point in the history
  • Loading branch information
naegelejd committed Nov 13, 2024
1 parent 6f227ae commit 8d15fb1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,10 @@ jobs:

- name: GPU Check
shell: bash
run: nvidia-smi
run: |
python3 -V
apt update
apt install ubuntu-drivers-common
ubuntu-drivers list --gpgpu
ubuntu-drivers install --gpgpu
nvidia-smi

0 comments on commit 8d15fb1

Please sign in to comment.