diff --git a/mlflow/Dockerfile b/mlflow/Dockerfile index d4756933..aeaea039 100644 --- a/mlflow/Dockerfile +++ b/mlflow/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/mlflow/mlflow:v2.8.1 +FROM ghcr.io/mlflow/mlflow:v2.9.0 COPY requirements.txt requirements.txt RUN pip freeze | grep -i mlflow > protected-packages.txt \