Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 195 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 195 Bytes

Docker-MLflow

This repo contains a very simple Docker container to easily run MLflow.

  • To build: docker build -t mlflow .
  • To run: docker run -p 5000:5000 mlflow