added dockerfile and scheduled build job

This commit is contained in:
Brian Bjarke Jensen
2025-09-23 14:26:32 +02:00
parent ac8f19e924
commit 6d549fb042
2 changed files with 56 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
FROM mlflow/mlflow:latest
RUN pip install psycopg2-binary
ENTRYPOINT [ "mlflow", "server" ]