From 10f5123eb528ef33c87e3367da44527dc4a5b982 Mon Sep 17 00:00:00 2001 From: Igor Prochazka Date: Mon, 16 Sep 2024 13:40:19 +0200 Subject: [PATCH] fix: update mlflow image --- mlflow/Dockerfile | 4 ++-- mlflow/requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mlflow/Dockerfile b/mlflow/Dockerfile index 909c68f9b..354656463 100644 --- a/mlflow/Dockerfile +++ b/mlflow/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.6.9-stretch +FROM python:3.12 # Maintainer of the Dockerfile LABEL maintainer="Intelygenz - Konstellation Team" @@ -11,7 +11,7 @@ WORKDIR /mlflow/tracking # ENV ARTIFACTS_BUCKET RUN apt-get update && apt-get install -yq --no-install-recommends \ - sqlite + sqlite3 COPY requirements.txt /mlflow/tracking/requirements.txt diff --git a/mlflow/requirements.txt b/mlflow/requirements.txt index a9c195d0c..5322ab5e9 100644 --- a/mlflow/requirements.txt +++ b/mlflow/requirements.txt @@ -1,2 +1,2 @@ -mlflow==1.13.1 -boto3==1.10.4 \ No newline at end of file +mlflow==2.16.1 +boto3==1.35.19