From 440f769801a906181980784a384f4216413cd4e4 Mon Sep 17 00:00:00 2001 From: Zoltan Fedor Date: Fri, 21 Oct 2022 15:15:07 -0400 Subject: [PATCH] Upgrade to 1.30.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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