We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e9aa59 commit d764e80Copy full SHA for d764e80
1 file changed
.github/workflows/e2e-gpu-test.yaml
@@ -65,5 +65,8 @@ jobs:
65
docker info --format '{{json .CDISpecDirs}}'
66
docker run --rm --device nvidia.com/gpu=all "${OPENSHELL_E2E_GPU_PROBE_IMAGE}" nvidia-smi -L
67
68
+ - name: Build GPU workload images
69
+ run: mise run --no-deps --skip-deps e2e:workloads:build
70
+
71
- name: Run tests
72
run: mise run --no-deps --skip-deps e2e:docker:gpu
0 commit comments