Update to an in support cuda container - #7700
Merged
Merged
Conversation
Contributor
Author
|
jenkins build x32linux xlinux |
AdamBrousseau
force-pushed
the
new_cuda_level
branch
from
March 27, 2025 13:38
5192894 to
4d47157
Compare
Contributor
Author
|
jenkins build x32linux xlinux |
Contributor
Author
|
jenkins build x32linux xlinux |
AdamBrousseau
force-pushed
the
new_cuda_level
branch
from
March 27, 2025 15:34
09284e0 to
aa1df97
Compare
Contributor
Author
|
jenkins build x32linux xlinux |
Contributor
|
@AdamBrousseau can you squash the commits? |
Pull from Nvidia registry to avoid any DockerHub restrictions. Bump cuda level from 9.0 to 12.2.0 which matches level used by OpenJ9. Change from Ubuntu16 to ubi8 to match OpenJ9 as well as provide support for plinux if needed in the future. Bump ubuntu version from 20 to 22. Update to gcc11 from gcc7 Issue automation 72 Signed-off-by: Adam Brousseau <adam.brousseau@ca.ibm.com>
AdamBrousseau
force-pushed
the
new_cuda_level
branch
from
March 27, 2025 23:23
aa1df97 to
9c561bd
Compare
Contributor
Author
|
Done |
Contributor
|
jenkins build all |
babsingh
approved these changes
Mar 28, 2025
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Pull from Nvidia registry to avoid any DockerHub restrictions.
Bump cuda level from 9.0 to 12.2.0 which matches level used by OpenJ9.
Change from Ubuntu16 to ubi8 to match OpenJ9 as well as provide
support for plinux if needed in the future.
Bump from ub20 to ub22 for base image.
Also pull from Amazon registry to avoid any DockerHub restrictions
Issue automation 72