kubeflow / fairing

Python SDK for building, training, and deploying ML models
Apache License 2.0
337 stars 144 forks source link

Ability to change the tag of the image created #564

Open amitk75 opened 2 years ago

amitk75 commented 2 years ago

/kind feature

Describe the solution you'd like The image created using ClusterBuilder.build() has a tag which is context_hash. I would like to provide my own tag name/number. So the ClusterBuilder can accept tag as a parameter and if it is present, it will use that string instead of context_hash

Anything else you would like to add: