Skip to content

Tag: mlflow

Track to database, artifacts to specific destination

I am running mlflow ui and PostgreSQL db in docker compose. Mlflow UI container runs like this: mlflow ui –backend-store-uri “postgresql+psycopg2://postgres:passw0rd@database:5432/postgres” –host 0.0.0.0 Then I run my models locally from jupyter, e.g. Everything works fine – expe…