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

Allow specifying custom image for each @step in the pipeline. #401

Open
Techn0logic opened this issue Jan 20, 2022 · 0 comments
Open

Allow specifying custom image for each @step in the pipeline. #401

Techn0logic opened this issue Jan 20, 2022 · 0 comments

Comments

@Techn0logic
Copy link

python: 3.8.8
pip: 21.3.1
kubeflow-kale: 0.7.0

Currently it seems it's not supported to specify custom image for the step using @step decorator.

Desired functionality would be to specify image and other pod options for each step.

@step('my-sum', CONTAINER_IMAGE='my-custom-image-sum:latest', VOLUME_MOUNTS=['my-custom-volume1','my-custom-volume2'])
def task(a,b):
    return a+b
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

1 participant