(feat): Update dockerfile to support multi-arch images#412
Conversation
WalkthroughThe Dockerfile was updated to add Changes
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
⏰ Context from checks skipped due to timeout of 90000ms (1)
🔇 Additional comments (1)
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. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|
@grdryn ^ |
|
/cc @vaibhavjainwiz |
|
/approve |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: AjayJagan, vaibhavjainwiz The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Description
In order to support multi-arch builds in konflux, we need some updates in the Dockerfile.
The issue we are trying to solve is:
caikit uses psutil version 5 which doesn't have python wheel support. The support starts at giampaolo/psutil#1782 (comment). Hence building from source by installing some devel tools.
JIRA: https://issues.redhat.com/browse/RHOAIENG-28782
How Has This Been Tested?
Merge criteria:
Summary by CodeRabbit