From db58b281061f170a706135380f1e7c86c7162acc Mon Sep 17 00:00:00 2001 From: s434695 Date: Sun, 23 May 2021 18:20:21 +0200 Subject: [PATCH] asd --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index e0b5d2a..64ca3d9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,6 +18,7 @@ RUN pip3 install wget RUN pip3 install keras RUN pip3 install GitPython RUN pip3 install pymongo +RUN pip3 install mlflow WORKDIR /app