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