We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f737d53 commit 8201311Copy full SHA for 8201311
.github/workflows/test-cdk-changes.yaml
@@ -15,7 +15,7 @@ jobs:
15
16
- name: Check Docker
17
run: |
18
- docker info
+ docker pull nvidia/cuda:12.0.0-base-ubuntu22.04
19
docker run --rm --gpus all nvidia/cuda:12.0.0-base-ubuntu22.04 nvidia-smi
20
21
test-p4d:
@@ -26,5 +26,5 @@ jobs:
26
27
28
29
30
0 commit comments