Skip to content

JQuarticx/mlflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mlflow

# Build the docker image

docker build -t mlflow .

# Run the docker container

docker run -d -p 5000:5000 --name mlflow mlflow

kubernetes

kubectl apply -f mlflow-kubernetes.yml
kubectl get all -n mlflow

Documentation

https://mlflow.org/docs/latest/quickstart.html#installing-mlflow

About

this is mlflow repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published