1 FROM python:3.10-slim 2 3 WORKDIR /mlflow 4 5 RUN pip install protobuf packaging 6 7 # Copy only necessary files to compile protos 8 COPY mlflow/protos ./mlflow/protos/ 9 COPY dev ./dev/ 10 COPY tests/protos ./tests/protos/