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

This commit is contained in:
Pavel Dmitriev 2024-04-30 19:06:47 +03:00
parent 5096abc9b5
commit a0e18ee832
1 changed files with 1 additions and 1 deletions

View File

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