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