You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my experiments with kubeflow pipelines so far, time and again I have come across some excellent example of components for training and model deployment etc.
To make a meaningful use of those components I need to edit the source code corresponding to that step and all I have is the container image.
Is there a recommended way or an upcoming feature that facilitates this instead of the users developing their own uniq ways with kubectl or docker export etc?
The text was updated successfully, but these errors were encountered:
…ubeflow#881)
* add test for custom-tasks with literals
* fix orig_params check for custom tasks
* fix: style: min 2 spaces before inline comment
* fix: style: 2 empty line before function decl
In my experiments with kubeflow pipelines so far, time and again I have come across some excellent example of components for training and model deployment etc.
To make a meaningful use of those components I need to edit the source code corresponding to that step and all I have is the container image.
Is there a recommended way or an upcoming feature that facilitates this instead of the users developing their own uniq ways with kubectl or docker export etc?
The text was updated successfully, but these errors were encountered: