From 889ec60ceb817ef28b9d270eb585a1817ecc2e2e Mon Sep 17 00:00:00 2001
From: jj <j.rybicki@fz-juelich.de>
Date: Wed, 25 Jan 2023 12:44:16 +0100
Subject: [PATCH] no version pining seems to work?

---
 deployment/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/deployment/Dockerfile b/deployment/Dockerfile
index 62cde4f..c246e54 100644
--- a/deployment/Dockerfile
+++ b/deployment/Dockerfile
@@ -1,3 +1,3 @@
 FROM python:3.7-slim-buster
 # Install python packages
-RUN pip install --no-cache-dir mlflow==1.3.0 boto3 pymysql
+RUN pip install --no-cache-dir mlflow boto3 pymysql
-- 
GitLab