Skip to content

Commit 0e84206

Browse files
committed
Set container image
1 parent a9edd9e commit 0e84206

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/arc.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ on: [push]
55
jobs:
66
metadata:
77
runs-on: k8s-arc
8+
container:
9+
image: ghcr.io/nvidia/jax:jax-2025-10-07
810
steps:
911
- name: k8s
1012
shell: bash -x -e {0}
1113
run: |
12-
pwd
14+
nvidia-smi

0 commit comments

Comments
 (0)