diff --git a/infrastructure/helm-charts/mlflow/Dockerfile b/infrastructure/helm-charts/mlflow/Dockerfile index cfd7dfa..b7e7830 100644 --- a/infrastructure/helm-charts/mlflow/Dockerfile +++ b/infrastructure/helm-charts/mlflow/Dockerfile @@ -6,7 +6,7 @@ ENV BACKEND_STORE_URI=$TRACKING_STORE ARG ARTIFACT_STORE="/mnt/mlflow_data" ENV DEFAULT_ARTIFACT_ROOT=$ARTIFACT_STORE -RUN pip install -U mlflow==1.2.0 +RUN pip install -U mlflow==1.5.0 EXPOSE 5000