We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: