-
Notifications
You must be signed in to change notification settings - Fork 21
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
Add overlays respecting steps in a pipeline and user requirements for each step #28
Comments
Few questions: How are these different images stored and how this maps to the |
Base images are stored in |
Hey @tumido you can find more about that here as well: https://www.youtube.com/watch?v=sQYHs58sEFg cc @harshad16 And we introduced also in jupyterlab-requirements extension for dependency management, basically every notebook will have its own kernel optimized and dependencies stored in overlays/{kernel_name} (thoth-station/jupyterlab-requirements#80) so that build pipeline will work and thoth can recommend on those stacks. I'm writing documentation for that (thoth-station/jupyterlab-requirements#96) and have a demo next monday during thoth demo session with @harshad16 :) feel free to join us! This would be combined with the work @fridex and @harshad16 did! |
@tumido I m in process of updating the .aicoe-ci..yaml file with all the relevant information and would update these with full details in the docs. Thanks for the question |
Is your feature request related to a problem? Please describe.
The use of overlays directory highlights the different requirements that are used during ML project lifecycle. The management and optimization of each step can be done automatically using Thoth recommendation engine and bots. Different images corresponding to the overlays will be created automatically and used in a pipeline (e.g Elyra using Kubeflow Pipeline).
References:
cc @fridex @goern @harshad16
The text was updated successfully, but these errors were encountered: