Can I load a file when i run a kubeflow pipeline? #11731
vparousidou
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My end-goal is to store a manifest YAML file which is the manifest of a kubeflow pipeline in MLflow's artifact storage (minio). In order to do that, I need to load it in a kubeflow notebook during a run and then use log_artifacts mlflow function to store it. Is that possible somehow? because if the file is located in kubeflow's notebooke filesystem, it seems not to be accessible during an experiment
Beta Was this translation helpful? Give feedback.
All reactions