Automate Katib Releases
See original GitHub issueCurrently, to make Katib releases we have to follow this manual process: https://github.com/kubeflow/katib/tree/master/docs/release
We run make release
command, build and publish the release Docker images locally, and publish Katib SDK version.
Since we build docker images locally, our release images don’t support multi OS arch: https://hub.docker.com/layers/kubeflowkatib/katib-controller/v0.14.0/images/sha256-51ca80d6005010ff08853a5f7231158cb695ea899b623200076cbc01509fc0b5?context=repo.
The release process should be automated. For example, we can utilise GitHub Actions to make Katib releases.
Love this feature? Give it a 👍 We prioritize the features with the most 👍
Issue Analytics
- State:
- Created 10 months ago
- Reactions:2
- Comments:9 (9 by maintainers)
Top Results From Across the Web
Releases · kubeflow/katib - GitHub
Repository for hyperparameter tuning. Contribute to kubeflow/katib development by creating an account on GitHub.
Read more >Introduction to Katib | Kubeflow
Katib is a Kubernetes-native project for automated machine learning (AutoML). Katib supports hyperparameter tuning, early stopping and neural ...
Read more >Katib - ai-ml - CERN GitLab
Katib is a Kubernetes-native project for automated machine learning (AutoML). Katib supports Hyperparameter Tuning, Early Stopping and Neural Architecture ...
Read more >katib 2.2.2 · helm/cowboysysop - Artifact Hub
A Kubernetes-native project for automated machine learning. ... https://cowboysysop.github.io/charts/ $ helm install my-release cowboysysop/katib ...
Read more >Katib Concepts — Rok 2.0 documentation
In this section, we describe the key concepts and terminology for performing automated hyperparameter tuning using Katib.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@anencore94 @tenzen-y Currently, we are not using self hosted runners. We need to review this sometime if we can use self hosted runners in AWS
@anencore94 I see. That’s a great idea, I agree with your idea. It makes speed up building time if we could prepare arm64 runners. Maybe,
docker build create --append
command and remote build instance help us.https://docs.docker.com/build/building/multi-platform/#building-multi-platform-images
https://docs.docker.com/build/drivers/remote/