GSTT-CSC / MLOps

Framework for building ML apps
GNU General Public License v3.0
9 stars 5 forks source link

develop->master: add mlflow server setup to master branch #4

Closed laurencejackson closed 3 years ago

laurencejackson commented 3 years ago

Adds a docker-compose file to set up an mlflow server to run on remote hardware. Uses additional images, MySQL for mlflow logging and minio for artefacts storage. Also included nginx which can be used for user authentication once the production version is deployed.

Please let me know what you think in its current state., the installation instructions have been tested so you should be able to get set up fine.

Some thoughts: