[Cherry-Pick][CI] Update image used by build_rl in ce_job.yml and fix docker_build(#6128) (#6167)

* [CI] Update image used by build_rl in ce_job.yml

* [Cherry-Pick][CI] Update image used by build_rl in ce_job.yml and fix docker_build(#6128)
This commit is contained in:
YuBaoku
2026-01-22 19:08:18 +08:00
committed by GitHub
parent 7ba13f94f5
commit 9a91a5c5c3
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -162,7 +162,7 @@ jobs:
if: ${{ needs.ce_job_pre_check.outputs.sm8090_match == 'true' }}
uses: ./.github/workflows/_build_linux_rl.yml
with:
DOCKER_IMAGE: iregistry.baidu-int.com/tiangexiao/base-images:paddlecloud-ubuntu24.04-gcc13.3-cuda12.9-cudnn9.9-bccl1.4.1.4-nccl2.26.5-openmpi4.1.5-FleetY13.0.0-rc2
DOCKER_IMAGE: iregistry.baidu-int.com/new_rl_infra/base-images:paddlecloud-ubuntu24.04-gcc13.3-cuda12.9-cudnn9.9-bccl1.4.1.4-nccl2.26.5-openmpi4.1.5-FleetY13.0.0-v2.4.0-rc1
FASTDEPLOY_ARCHIVE_URL: ${{ needs.clone.outputs.repo_archive_url }}
COMPILE_ARCH: "80,90"
WITH_NIGHTLY_BUILD: OFF
+2
View File
@@ -310,6 +310,8 @@ jobs:
git config --global user.email "fastdeploy_ci@example.com"
git log -n 3 --oneline
cd ./dockerfiles
PRODUCT_NAME=ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/fastdeploy-cuda-12.6:${FD_VERSION}
docker build --no-cache -t ${PRODUCT_NAME} -f Dockerfile.gpu . \
--network host \