-
Notifications
You must be signed in to change notification settings - Fork 108
update runtime-minimal-python312 image for ppc64le #1632
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
Conversation
Signed-off-by: AaruniAggarwal <[email protected]>
WalkthroughThe conditional logic in the Dockerfile for the minimal UBI9 Python 3.12 runtime has been updated to install additional development packages for both "s390x" and "ppc64le" architectures, instead of only "s390x" as before. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Note ⚡️ Unit Test Generation is now available in beta!Learn more here, or try it out under "Finishing Touches" below. 📜 Recent review detailsConfiguration used: .coderabbit.yaml 📒 Files selected for processing (1)
🧰 Additional context used🧠 Learnings (16)📓 Common learnings
📚 Learning: atheo89 requested github issue creation for multi-architecture dockerfile improvements during pr #12...
Applied to files:
📚 Learning: in the opendatahub-io/notebooks repository, when adapting nvidia cuda dockerfiles, the project inten...
Applied to files:
📚 Learning: jiridanek requested github issue creation for runtime detection improvement of python site-packages ...
Applied to files:
📚 Learning: jiridanek requested github issue creation for openshift client architecture mapping problem affectin...
Applied to files:
📚 Learning: in opendatahub-io/notebooks, python 3.12-based images (e.g., runtime-cuda-pytorch-ubi9-python-3.12) ...
Applied to files:
📚 Learning: jiridanek requested github issue creation for runtime detection improvement of python site-packages ...
Applied to files:
📚 Learning: jiridanek requested github issue creation for improving fragile sed-based jupyter kernel display_nam...
Applied to files:
📚 Learning: jiridanek requested github issue creation for improving architecture detection in buildinputs tool d...
Applied to files:
📚 Learning: jiridanek requested github issue creation for mssql repo file hardcoding problem during pr #1320 rev...
Applied to files:
📚 Learning: issue #862 in opendatahub-io/notebooks reveals that the docker image tag length fix from issue #631 ...
Applied to files:
📚 Learning: grdryn corrected coderabbit's false assessment about openshift mirror server architecture support du...
Applied to files:
📚 Learning: in the opendatahub-io/notebooks repository, when using multi-architecture dockerfiles with buildkit,...
Applied to files:
📚 Learning: in the opendatahub-io/notebooks repository, mssql repo files are named with x86_64 in the filename b...
Applied to files:
📚 Learning: jiridanek requested github issue creation for improving architecture detection in buildinputs tool d...
Applied to files:
📚 Learning: in the opendatahub-io/notebooks repository, mixing centos packages with ubi base images is bad pract...
Applied to files:
🔇 Additional comments (1)
✨ Finishing Touches🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest |
/lgtm |
This PR adds additional packages in minimal runtime Dockerfile.cpu for ppc64le as pyzmq require them. Without these changes, image is failing to build on ppc64le with following error:
This change ensures notebook runtime minimal builds are successfull on IBM Power (ppc64le) and it will not impact to x86_64 builds.
Tested on: ppc64le
Able to build runtime-minimal image for python3.12 with these changes.
Summary by CodeRabbit