DougTrajano / mlflow-server

MLflow Tracking Server with basic auth deployed in AWS App Runner.
https://gallery.ecr.aws/t9j8s4z8/mlflow
Apache License 2.0
34 stars 17 forks source link

Update mlflow to 2.0.1, postgres to 15.1, and remove monkey patch #206

Closed DougTrajano closed 1 year ago

DougTrajano commented 1 year ago

In this PR, we are introducing the new mlflow version 2.0.1.

Additionally, we removed the monkey patch of the SQLalchemy pool class as now it's supported natively by mlflow.

We also updated some dependencies such as python packages and postgres (in docker compose).