Skip to content
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

How to accessing the source code from Images #881

Closed
ultrons opened this issue Feb 28, 2019 · 2 comments
Closed

How to accessing the source code from Images #881

ultrons opened this issue Feb 28, 2019 · 2 comments
Assignees

Comments

@ultrons
Copy link

ultrons commented Feb 28, 2019

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?

@Ark-kun
Copy link
Contributor

Ark-kun commented Mar 7, 2019

Currently all the components that we publish have source code and Dockerfiles available. Do you see some exceptions?

BTW, You can always use docker run -it --entrypoint sh <image> to check what's inside the container image.

@vicaire
Copy link
Contributor

vicaire commented Mar 26, 2019

Resolving. Please reopen if anything else is needed.

@vicaire vicaire closed this as completed Mar 26, 2019
@Ark-kun Ark-kun self-assigned this Mar 27, 2019
Linchin pushed a commit to Linchin/pipelines that referenced this issue Apr 11, 2023
* Add Dockerfile for daily-worker periodic job

* Migrate kfserving to new test-infra
HumairAK pushed a commit to red-hat-data-services/data-science-pipelines that referenced this issue Mar 11, 2024
…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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants