Skip to content

This is the example to deploy mlflow tacking server. This repo can deploy mlflow-tracking server to docker-compose environment or k8s environment.

Notifications You must be signed in to change notification settings

takumi2786/MLFlow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Abstruct

This is the example to deploy mlflow tracking server.

Deploy with docker-compose

cd mlflow-server
docker-compose up -d

access to mysql

mysql -u root -p -h 127.0.0.1 -P 3306

access to minio

aws --profile minio --endpoint-url http://127.0.0.1:9000/ s3 ls

register alias

alias minio="aws --profile minio --endpoint-url http://127.0.0.1:9000/ s3"

Deploy to k8s cluster

make mlflow/deploy

Execute training example

mnist classification

cd examples/training/pytorch-model
pip install -r requirement.txt
python train.py

About

This is the example to deploy mlflow tacking server. This repo can deploy mlflow-tracking server to docker-compose environment or k8s environment.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published