Files
2026-07-13 13:22:34 +08:00

5 lines
101 B
Docker

FROM python:3.10
RUN apt-get update -y && apt-get install build-essential -y
RUN pip install mlflow