Closed terrytangyuan closed 2 years ago
Issue-Label Bot is automatically applying the labels:
Label | Probability |
---|---|
feature | 0.92 |
Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback! Links: app homepage, dashboard and code for this bot.
good point, and would like to watch how to solve it.
Has there been any work on this, or any more detailed docs on what this should be/how to achieve it? It sounds of interest, but I'm not sure whether it is meant to be:
kfp.run_from_repo(path_to_repo, base_image)
and kfp git clones/runs the python code from the repo in the base image, sort of like a lightweight componentkfp.run_from_repo(path_to_repo, base_image)
and kfp builds containers based on the repo and runs the code+1
This is part of the roadmap.