So I am wondering how can I pass data frame then model between Kubeflow containers which I deployed locally using k8s. Right now I am using v2 sdk and func_to_container_op decorator but I am also interested in how to do it using docker files and creating containers from docker
I found out I should use Input and OutPut function and artifacts but I am not sure how it works in case of passing local files.