Replace MLflow inline pip hack with proper Dockerfile
Some checks failed
Deploy to exe.dev / deploy (push) Has been cancelled

Add services/mlflow/Dockerfile that extends the official image with
psycopg2-binary, and point docker-compose to build from it.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Marko Djordjevic 2026-02-21 09:57:24 +01:00
parent c77d17e5e2
commit 61f2471d48
2 changed files with 10 additions and 10 deletions

View file

@ -0,0 +1,3 @@
FROM ghcr.io/mlflow/mlflow:v2.10.0
RUN pip install --no-cache-dir psycopg2-binary