Skip to content

Commit 4cf1a44

Browse files
authored
add cuda13 build images (#3155)
1 parent d9c4d4a commit 4cf1a44

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tools/linux_env_info.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,13 @@ function DockerImages () {
108108
export env_cudnn_version="9.9.0"
109109
export env_trt_version="10.5.0.18"
110110
;;
111+
"Cuda130")
112+
echo "Selected Almalinux: Cuda129"
113+
export Image_version="ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle_manylinux_devel:cuda13.0-cudnn9.13-trt10.13-gcc11"
114+
export env_cuda_version="13.0"
115+
export env_cudnn_version="9.13.0"
116+
export env_trt_version="10.13.3.9"
117+
;;
111118
*)
112119
DOCKER_EXIT_CODE=101
113120
;;

0 commit comments

Comments
 (0)