Skip to content

Commit cbbe6b8

Browse files
authored
[CI] Update build_docker to paddle_manylinux (#5226)
1 parent b467e9d commit cbbe6b8

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/_build_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
FULL_REPO="${{ github.repository }}"
7272
REPO_NAME="${FULL_REPO##*/}"
7373
BASE_BRANCH="${{ github.base_ref }}"
74-
74+
docker pull ${docker_image}
7575
# Clean the repository directory before starting
7676
docker run --rm --net=host -v $(pwd):/workspace -w /workspace \
7777
-e "REPO_NAME=${REPO_NAME}" \

.github/workflows/ce_job.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
if: ${{ needs.ce_job_pre_check.outputs.sm8090_match == 'true' }}
150150
uses: ./.github/workflows/_build_linux.yml
151151
with:
152-
DOCKER_IMAGE: ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddleqa:fastdeploy-ciuse-cuda126-dailyupdate
152+
DOCKER_IMAGE: ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddleqa:fastdeploy-build-cuda126-manylinux
153153
FASTDEPLOY_ARCHIVE_URL: ${{ needs.clone.outputs.repo_archive_url }}
154154
COMPILE_ARCH: "80,90"
155155
WITH_NIGHTLY_BUILD: OFF
@@ -162,7 +162,7 @@ jobs:
162162
if: ${{ needs.ce_job_pre_check.outputs.sm8689_match == 'true' }}
163163
uses: ./.github/workflows/_build_linux.yml
164164
with:
165-
DOCKER_IMAGE: ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddleqa:fastdeploy-ciuse-cuda126-dailyupdate
165+
DOCKER_IMAGE: ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddleqa:fastdeploy-build-cuda126-manylinux
166166
FASTDEPLOY_ARCHIVE_URL: ${{ needs.clone.outputs.repo_archive_url }}
167167
COMPILE_ARCH: "86,89"
168168
WITH_NIGHTLY_BUILD: OFF

.github/workflows/ci_image_update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
needs: [clone, ci_image_build]
8787
uses: ./.github/workflows/_build_linux.yml
8888
with:
89-
DOCKER_IMAGE: ${{ needs.ci_image_build.outputs.docker_name_precheck }}
89+
DOCKER_IMAGE: ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddleqa:fastdeploy-build-cuda126-manylinux
9090
FASTDEPLOY_ARCHIVE_URL: ${{ needs.clone.outputs.repo_archive_url }}
9191
COMPILE_ARCH: "90"
9292
WITH_NIGHTLY_BUILD: ${{ needs.publish_pre_check.outputs.with_nightly_build }}

.github/workflows/pr_build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
needs: clone
2020
uses: ./.github/workflows/_build_linux.yml
2121
with:
22-
DOCKER_IMAGE: ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddleqa:fastdeploy-ciuse-cuda126-dailyupdate
22+
DOCKER_IMAGE: ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddleqa:fastdeploy-build-cuda126-manylinux
2323
FASTDEPLOY_ARCHIVE_URL: ${{ needs.clone.outputs.repo_archive_url }}
2424
COMPILE_ARCH: "90"
2525
WITH_NIGHTLY_BUILD: "OFF"

.github/workflows/publish_job.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ jobs:
181181
needs: [clone, publish_pre_check]
182182
uses: ./.github/workflows/_build_linux.yml
183183
with:
184-
DOCKER_IMAGE: ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddleqa:fastdeploy-ciuse-cuda126-dailyupdate
184+
DOCKER_IMAGE: ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddleqa:fastdeploy-build-cuda126-manylinux
185185
FASTDEPLOY_ARCHIVE_URL: ${{ needs.clone.outputs.repo_archive_url }}
186186
COMPILE_ARCH: "80,90"
187187
WITH_NIGHTLY_BUILD: ${{ needs.publish_pre_check.outputs.with_nightly_build }}
@@ -194,7 +194,7 @@ jobs:
194194
needs: [clone, publish_pre_check]
195195
uses: ./.github/workflows/_build_linux.yml
196196
with:
197-
DOCKER_IMAGE: ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddleqa:fastdeploy-ciuse-cuda126-dailyupdate
197+
DOCKER_IMAGE: ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddleqa:fastdeploy-build-cuda126-manylinux
198198
FASTDEPLOY_ARCHIVE_URL: ${{ needs.clone.outputs.repo_archive_url }}
199199
COMPILE_ARCH: "86,89"
200200
WITH_NIGHTLY_BUILD: ${{ needs.publish_pre_check.outputs.with_nightly_build }}

0 commit comments

Comments
 (0)