Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 619 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 619 Bytes

HELM for MLFlow

MLFlow docker image and helm chart for deployment in Kubernetes with configuration for SQLite database and S3 storage.

Installation

Create S3 Bucket

Make S3 Bucket for MLFlow if it does not exists yet.

s3cmd mb s3:///mlflow

Install with helm

helm install \                                      
    --set pvc.size=100Gi \                       
    --set ingress.host=ingress.host \
    --set mlflow.s3_endpoint_url=s3_endpoint_url\
    --set mlflow.aws_access_key_id=aws_access_key_id \
    --set mlflow.aws_secret_access_key=aws_secret_access_key \
    mlflow mlflow/