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>
3 lines
83 B
Docker
3 lines
83 B
Docker
FROM ghcr.io/mlflow/mlflow:v2.10.0
|
|
|
|
RUN pip install --no-cache-dir psycopg2-binary
|