Skip to content

Commit ea66308

Browse files
committed
Use CUDA 12.8 image from dmlc/xgboost-devops#11
1 parent 88f6690 commit ea66308

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ops/pipeline/test-cpp-gpu.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ suite=$1
1111

1212
source ops/pipeline/get-docker-registry-details.sh
1313

14-
IMAGE_URI=${DOCKER_REGISTRY_URL}/xgb-ci.gpu:PR-9
14+
IMAGE_URI=${DOCKER_REGISTRY_URL}/xgb-ci.gpu:PR-11
1515

1616
case "${suite}" in
1717
gpu)

ops/pipeline/test-python-wheel.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ fi
2121

2222
if [[ "$image_repo" == "xgb-ci.gpu" ]]
2323
then
24-
image_tag="PR-9"
24+
image_tag="PR-11"
2525
else
2626
image_tag="main"
2727
fi

0 commit comments

Comments
 (0)