HI, how to add a launcher image for a tfx pipeline, so that a volume can gets attached to component(pod) while running the pipeline in the kubeflow pipelines. ?
Any resource can be helpful
HI, how to add a launcher image for a tfx pipeline, so that a volume can gets attached to component(pod) while running the pipeline in the kubeflow pipelines. ?
Any resource can be helpful
Hi @Aditya_Soni ,
To add a launcher image to a TFX pipeline and attach a volume to a component (pod) while running the pipeline in Kubeflow Pipelines, you’ll need to customize your TFX pipeline to use Kubernetes-specific configurations.
You can refer to this documentation for more detail information ,
Thank You .