Skip to content

Commit bbf4677

Browse files
committed
Set container option
1 parent 268d8e1 commit bbf4677

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/arc.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ jobs:
77
runs-on: k8s-arc
88
container:
99
image: ghcr.io/nvidia/jax:jax-2025-10-07
10+
options: --gpus all
1011
steps:
1112
- name: k8s
1213
shell: bash -x -e {0}
1314
run: |
14-
/usr/bin/nvidia-smi
15+
/usr/bin/nvidia-smi

0 commit comments

Comments
 (0)