-
Notifications
You must be signed in to change notification settings - Fork 442
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
Introduce Automatic platform ARGs #1935
Introduce Automatic platform ARGs #1935
Conversation
924beef
to
c3d0edf
Compare
c3d0edf
to
c9c5ada
Compare
c9c5ada
to
5a541f6
Compare
471a8a5
to
bd4587c
Compare
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.
LGTM
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gaocegege, tenzen-y The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
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.
/lgtm
Looks nice :) BTW, it's hard to test build all images for each cpu architecture now. Do you think we need to test docker bulid on gihtub action runner with arm-architecture ?
Thanks for your comments. @anencore94 |
I agree with your comment :), Though what I meant was that I think we may need to check arm-image is built "well". What do you think of it ? |
Thanks for pointing out that. @anencore94
In any case, we need to touch with the AWS team. |
Thanks for your detailed comments 👍 @tenzen-y |
I think so too. What do you think? @kubeflow/wg-automl-leads |
My only concern is that our CI tests will take much longer to test both platforms. |
It makes sense. @johnugeorge Deploying multiple VMs might be helpful for us. Also, we need to build a CI system that deploys an ephemeral clean VM for each job, as described in the following document.
|
@tenzen-y Since we are planning to use AWS credits, we can create a new issue to track various possible solutions with their required CI changes for each. This will help to estimate efforts for each solution |
Sounds good. @johnugeorge |
Thanks @johnugeorge , @tenzen-y . That would be nice |
What this PR does / why we need it:
To resolve the complex build conditions for each CPU architecture, I refactored all Dockerfiles using Automatic platform ARGs.
Also, I switched builder to
docker buildx
since Automatic platform ARGs are only available when using the BuildKit as described in the following documentation.Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Part-of: #1900
Checklist: