From 096feedbe260abf559c5cddb89866b8baad9aa55 Mon Sep 17 00:00:00 2001 From: Zoltan Fedor Date: Thu, 22 Dec 2022 16:33:42 -0500 Subject: [PATCH] Upgrade to 2.1.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2041203..7f1a432 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]==2.0.1 + pip install mlflow[extras]==2.1.0 ENV BACKEND_STORE_URI= ENV DEFAULT_ARTIFACT_ROOT=/opt/artifact