feat(ml): enregistrer le modèle dans le MLflow Model Registry

This commit is contained in:
Valentin
2026-09-21 14:52:00 +02:00
parent 268496a8c4
commit 9312d3b60f
6 changed files with 74 additions and 1 deletions
+3
View File
@@ -0,0 +1,3 @@
FROM python:3.12-slim
RUN pip install --no-cache-dir mlflow==3.16.1 psycopg2-binary
EXPOSE 5000