Files
mlflow--mlflow/docker/Dockerfile
T
2026-07-13 13:22:34 +08:00

4 lines
159 B
Docker

FROM python:3.10-slim-bullseye@sha256:f1fb49e4d5501ac93d0ca519fb7ee6250842245aba8612926a46a0832a1ed089
ARG VERSION
RUN pip install --no-cache mlflow==$VERSION