-
Notifications
You must be signed in to change notification settings - Fork 13
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
Recommend the image to be used with a software stack without providing runtime environment #1943
Comments
We can prioritize #1926 for this. In that case, we could have a look at the requirements a Thoth user uses and we will try to match them with container image analysis of Thoth s2i images. In that case, we will just check which s2i/jupyter notebook/... image uses a superset of Python packages that the user wants and we can recommend the base image for them (also considering other things like python version a user is running).
This is something the system could do on its own - #1533 - basically, if a request has no runtime environment specified, it can trigger multiple advisers with different runtime environments and see which runtime environment wins. |
@pacospace what is the next step here? |
That we take the recommendation from adviser and automatically populate the thoth.yaml so that AICOE CI uses the correct base image when building images for AI Pipelines: thoth-station/jupyterlab-requirements#345 |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with /lifecycle rotten |
/remove-lifecycle rotten |
Rotten issues close after 30d of inactivity. /close |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with /lifecycle rotten |
@sesheta: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/sig stack-guidance |
Is your feature request related to a problem? Please describe.
As Data Scientist,
I want to build an AI pipeline where all my steps have different software stacks and runtime environments. Currently I have to choose runtime environment, but I don't know what is best for my software stack (best might be performance or latest for example).
The question I have is:
Can I receive the recommendation on the runtime to be used for a certain software stack (beside the software stack), so that I know the base image to use for building an image to use in the steps of my AI Pipeline?
Describe the solution you'd like
Have a recommendation when a runtime environment is not in input.
Describe alternatives you've considered
For steps that do not require performance in particular, just use a runtime environment I have. Submit different requests to thoth with same software stack, different runtime environments known to thoth, with
performance
recomendation type, and select the one that gives the highest score?Additional context
Related-To: thoth-station/jupyterlab-requirements#229
The text was updated successfully, but these errors were encountered: