-
Notifications
You must be signed in to change notification settings - Fork 6k
[CI] Update build image to CUDA 12.8 and GCC 11 #79340
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
gouzil
wants to merge
16
commits into
PaddlePaddle:develop
Choose a base branch
from
gouzil:codex/update-ci-build-gcc11
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+32
−7
Open
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
adbbfe1
Update CI build image GCC to 11
gouzil 6a78dfe
Build Python from source in CI image
gouzil 9a01d3a
Move Python source build into Ubuntu20 Dockerfile
gouzil 0e059af
Merge remote-tracking branch 'upstream/develop' into codex/update-ci-…
gouzil e264b52
[CI] Update build image to CUDA 12.8
gouzil 865c9dc
Fix GCC 11 install in CI build image
gouzil 0905483
Use CUDA 12.6 build image for SM70 TensorRT
gouzil 2e91ecd
Use mirror for GCC 11 source download
gouzil 4f81613
Revert "Use mirror for GCC 11 source download"
gouzil 030d647
Use TRT 8 build image for P4 inference
gouzil 2d11a2f
Use CUDA 12.4 for GCC 11 build image
gouzil 2d5eac8
Merge remote-tracking branch 'upstream/develop' into codex/update-ci-…
gouzil 68250ca
Use CUDA 12.8 build image without TensorRT
gouzil f5ea56c
Enable Python faulthandler for CE framework test
gouzil 32ac2ef
Avoid overriding system libstdc++ in GCC 11 image
gouzil e38837f
Include docker build scripts in image cache key
gouzil File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
处理要求:请针对该评论进行回复(同意并已修改请回复 Done,不同意请说明理由)。
这里新增的
find tools/dockerfile/build_scripts ...会让is_merge == "true"的路径在拉取缓存前失败:该分支只下载ci_dockerfile.sh和Dockerfile.ubuntu20,不会带出tools/dockerfile/build_scripts目录;在 Actions 的bash -e -o pipefail语义下,缺目录会直接中断,连已有缓存镜像也无法使用。请在目录存在时再把 build_scripts 纳入 hash,或者在is_merge分支同步下载该目录。一个本地化修复如下: