-
Notifications
You must be signed in to change notification settings - Fork 150
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
Adding multi-arch support for linux/ppc64le in ml-metadata #171
base: master
Are you sure you want to change the base?
Conversation
Note that this PR is part of a greater effort to enable Kubeflow and all its dependencies for multiple processor architectures (we start with ppc64le): kubeflow/community#781 |
Hi @lehrig, I have transferred to another team. Please reach out to @ryanpeters-google as he is the owner for MLMD OSS now. |
Alright, so @ryanpeters-google, are we good to proceed here? |
Due to an internal issue unrelated to the content of this PR, I am unable to test your change at this time. I am working to resolve the issue internally. Targeting Q2 for resolution. |
@ryanpeters-google: Any updates on this request? |
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.
Overall LGTM :) Could you provide some end-to-end results to show how you are able to build MLMD on ppc64le platforms?
@@ -31,6 +31,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \ | |||
unzip \ | |||
software-properties-common \ | |||
git \ | |||
openjdk-8-jdk |
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.
openjdk-8-jdk | |
openjdk-8-jdk \ |
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.
Why this dependency is needed?
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.
we need this dependency because bazel binary for linux/ppc64le needs java.
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.
@XinranTang - does that clarify your question?
I believe my PR #188 (for ARM64) could be extended with PPC64 support once merged. |
No description provided.