Usage of the prebuild images and existing workflow #1724
Replies: 1 comment 1 reply
-
Yes, our examples are based on pre-existing community images as described in our runtime-image docs. I believe the only limitation is that the image should not rely on starting services from entrypoints/cmd as we will override it with our bootstrapper.
At this moment this is not available as a feature in the visual editor. We would actually need an enhancement on the actual Elyra Canvas to support that, and we will have to implement that support when it gets available from the canvas component. Having said that, if your existing pipeline is just a script file (e.g. using DSL) then you could try to include that as a node on this pipeline, but dependency management might be an issue (e.g. if the next node needs to wait for the pipeline completion before it can continue execution) but we can probably find some workaround for that. |
Beta Was this translation helpful? Give feedback.
-
Thanks for creating of an amazing tool.
The question that I have is mostly about reuse. I went through the majority examples and it looks great. The things that I have not found:
I know I can do it directly in Kubeflow pipelines, but it would be nice to do it in the editor
Beta Was this translation helpful? Give feedback.
All reactions