diff --git a/deployment/Dockerfile b/deployment/Dockerfile
index 62cde4f040562a5dea22c4e7cec980f6f03a9474..c246e54af5dfca2106ddf10c4bf614fc75a019ae 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