FROM mlflow:v2.12.1 RUN pip install --no-cache-dir boto3 COMMAND ["mlflow", "server","--port","5000","--host","0.0.0.0"]