-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Support all container APIs through container op #204
Comments
Another use case would be setting environment variable. |
Another use case would be attaching volumes with secret for accessing GCP, S3 etc. |
@hongye-sun, I am guessing that this will be resolved as part of this PR: #879. Could you please confirm? |
Yes. |
Thanks! |
Pending #879. |
Done. |
magdalenakuhn17
pushed a commit
to magdalenakuhn17/pipelines
that referenced
this issue
Oct 22, 2023
* Add tests for pb2internal * Select exactly one user-requested SigDef to transform * Keep internal model as holding []s of MetaGraphs and SigDefs to support extending this transformation for multiple graphs or SigDefs * Save single structs instead of lists of 1 elem * Represent full SavedModel * Identify MetaGraphs and SigDefs * Re-organize helper method * Rearrange methods * Fix formatting
HumairAK
pushed a commit
to red-hat-data-services/data-science-pipelines
that referenced
this issue
Mar 11, 2024
* enable artifacts as default * Apply suggestions from code review Co-authored-by: Animesh Singh <singhan@us.ibm.com> * Update sdk/FEATURES.md Co-authored-by: Animesh Singh <singhan@us.ibm.com> * address comments * Apply suggestions from code review Co-authored-by: Animesh Singh <singhan@us.ibm.com> Co-authored-by: Animesh Singh <singhan@us.ibm.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It looks like currently we only expose a subset of the container API through container op.
https://github.com/kubeflow/pipelines/blob/master/sdk/python/kfp/dsl/_container_op.py#L30
Does it make sense to expose all container APIs? Or is it already supported?
For example, I have a shared container with multiple source code directories available. I wish to be able to customize the workingdir for my container.
The text was updated successfully, but these errors were encountered: