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 cdceb0f commit b834f40Copy full SHA for b834f40
buildlib/pr/main.yml
@@ -156,6 +156,9 @@ resources:
156
- container: ubuntu22_cuda_13_0
157
image: nvidia/cuda:13.0.0-devel-ubuntu22.04
158
options: $(DOCKER_OPT_ARGS) $(DOCKER_OPT_GPU)
159
+ - container: ubuntu24_cuda_13_0
160
+ image: nvidia/cuda:13.0.0-devel-ubuntu24.04
161
+ options: $(DOCKER_OPT_ARGS) $(DOCKER_OPT_GPU)
162
- container: centos8_cuda11
163
image: rdmz-harbor.rdmz.labs.mlnx/ucx/centos8-mofed5-cuda11:1
164
options: $(DOCKER_OPT_ARGS) $(DOCKER_OPT_VOLUMES) $(DOCKER_OPT_GPU)
0 commit comments