Files
mlflow-full/Dockerfile
T

6 lines
102 B
Docker

FROM ghcr.io/mlflow/mlflow:latest
RUN pip install psycopg2-binary
ENTRYPOINT [ "mlflow", "server" ]