This commit is contained in:
parent
ac2d5c7c20
commit
f2ac6daf1f
1 changed files with 2 additions and 4 deletions
|
@ -4,12 +4,10 @@ name: gpu-test
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: gpu-check
|
- name: gpu-check
|
||||||
image: nvidia/cuda:12.0.0-base-ubuntu20.04
|
image: nvidia/cuda:12.1.0-base-ubuntu22.04
|
||||||
|
pull: if-not-exists
|
||||||
commands:
|
commands:
|
||||||
- nvidia-smi
|
- nvidia-smi
|
||||||
resources:
|
|
||||||
requests:
|
|
||||||
gpu: 1
|
|
||||||
|
|
||||||
# ---
|
# ---
|
||||||
# kind: pipeline
|
# kind: pipeline
|
||||||
|
|
Loading…
Add table
Reference in a new issue