diff --git a/Dockerfile b/Dockerfile index 74f9fb2..ebf7e38 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ RUN apt-get update -y && \ RUN pip install PyMySQL==0.10.1 mysqlclient==2.0.3 && \ pip install psycopg2-binary==2.8.6 && \ - pip install mlflow[extras]==1.29.0 + pip install mlflow[extras]==1.30.0 ENV BACKEND_STORE_URI= ENV DEFAULT_ARTIFACT_ROOT=/opt/artifact