FROM python:3.10-slim@sha256:25f03d17398b3f001e040fc951b4ee9404862f1b65c5eea1aa31c042dfdab527 COPY requirements.txt . RUN pip install -r requirements.txt EXPOSE 5000 ENTRYPOINT ["mlflow", "server"]