FROM python:3.10

RUN apt-get update -y && apt-get install build-essential -y
RUN pip install mlflow
