6 lines
94 B
Docker
6 lines
94 B
Docker
FROM mlflow/mlflow:latest
|
|
|
|
RUN pip install psycopg2-binary
|
|
|
|
ENTRYPOINT [ "mlflow", "server" ]
|