MLflow is an open-source platform to manage the complete ML lifecycle.
The NCSA helm chart is used for this deployment.
helm upgrade mlflow ncsa/mlflow --values values.yaml -n mlflowDon't forget to update the image version in Dockerfile and Helm charts.
- Create s3.ini
host_base = <url>
host_bucket = <url>
bucket_location = us-east-1
use_https = True
# Setup access keys
access_key = <key>
secret_key = <secret>
# Enable S3 v4 signature APIs
signature_v2 = false- Access the bucket with these commands
s3cmd -c s3cmd.ini
s3cmd -c s3cmd.ini ls
s3cmd -c s3cmd.ini ls s3://mlflow