Seldon: How to deploy local MLflow model to Minikube?
For testing purposes I am using my local file storage for storing MLflow artifact folder and not a remote storage such as S3 or GS. For that im creating a PVC and reference it to the modelUri
parameter.
How to deploy local MLflow model to Minikube?
For testing purposes I am using my local file storage for storing MLflow artifact folder and not a remote storage such as S3 or GS. For that im creating a PVC and reference it to the modelUri
parameter.