Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 361 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 361 Bytes

Ansible Role: MLflow

Ansible playbook for MLflow

Creates docker container with MLflow.

PostgreSQL used as backend-store. Minio used for artifact storage.

Minio and PostgreSQL are also installed in separate docker containers

Run MLflow on localhost example

ansible-playbook main.yml

MLflow will be at http://localhost:5000