fix
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Pavel Dmitriev 2024-04-30 19:07:53 +03:00
parent a0e18ee832
commit aa6e28d6de
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
FROM mlflow:v2.12.1
FROM ghcr.io/mlflow/mlflow:v2.12.1
RUN pip install --no-cache-dir boto3
CMD ["mlflow", "server","--port","5000","--host","0.0.0.0"]