4 lines
159 B
Docker
4 lines
159 B
Docker
FROM python:3.10-slim-bullseye@sha256:f1fb49e4d5501ac93d0ca519fb7ee6250842245aba8612926a46a0832a1ed089
|
|
ARG VERSION
|
|
RUN pip install --no-cache mlflow==$VERSION
|