Skip to content
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

Support multi CPU architectures (amd64 and arm64) in all container images with one image tag #1900

Closed
25 tasks done
tenzen-y opened this issue Jun 19, 2022 · 3 comments · Fixed by #1956
Closed
25 tasks done
Assignees

Comments

@tenzen-y
Copy link
Member

tenzen-y commented Jun 19, 2022

/kind feature

Describe the solution you'd like
[A clear and concise description of what you want to happen.]
As discussed In this, we need to make all container images compatible with multi-CPU architectures (amd64 and arm64) with a single image tag.

ref: https://docs.docker.com/desktop/multi-arch/

By supporting multi-architecture, we will be available katib easily on platforms using the arm64 architecture such as the NVIDIA DGX Server with Grace CPU.

List of images with completed ARM64 support

Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]


Love this feature? Give it a 👍 We prioritize the features with the most 👍

@gaocegege
Copy link
Member

The change is subtle and the benefit is huge!

@tenzen-y
Copy link
Member Author

I take this issue.
/assign

@tenzen-y
Copy link
Member Author

tenzen-y commented Sep 4, 2022

I have completed support for arm64 in all container images.
Next, I will build a CI to verify that the multi-platform image can be built in each PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants