Skip to content

Commit 268d8e1

Browse files
committed
Run nvidia-smi
1 parent 0e84206 commit 268d8e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/arc.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ name: CI
33
on: [push]
44

55
jobs:
6-
metadata:
6+
nvidia-smi:
77
runs-on: k8s-arc
88
container:
99
image: ghcr.io/nvidia/jax:jax-2025-10-07
1010
steps:
1111
- name: k8s
1212
shell: bash -x -e {0}
1313
run: |
14-
nvidia-smi
14+
/usr/bin/nvidia-smi

0 commit comments

Comments
 (0)