Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 669 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 669 Bytes

MLFlow

We use MLFlow to track experiments and models. We're using the official image from MLFlow. Please find out more here.

You can pull the image by using the following command:

docker pull ghcr.io/mlflow/mlflow:v2.6.0

Please find the available command-line options here. We recommend running the server with a remote tracking store and remote artifact store. Please find the required settings in the documentation.