added dockerfile and scheduled build job
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
FROM mlflow/mlflow:latest
|
||||
|
||||
RUN pip install psycopg2-binary
|
||||
|
||||
ENTRYPOINT [ "mlflow", "server" ]
|
||||
Reference in New Issue
Block a user