mlflow/Dockerfile

3 lines
131 B
Docker
Raw Normal View History

2024-04-30 16:07:53 +00:00
FROM ghcr.io/mlflow/mlflow:v2.12.1
2024-04-30 15:59:25 +00:00
RUN pip install --no-cache-dir boto3
2024-04-30 16:06:47 +00:00
CMD ["mlflow", "server","--port","5000","--host","0.0.0.0"]