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