From 47571f85090b99393ba7a5362d87ea62b54535a0 Mon Sep 17 00:00:00 2001 From: Adrian Charkiewicz Date: Sun, 15 May 2022 19:24:50 +0200 Subject: [PATCH] install mlflow --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index c8cb532..b43e501 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,6 +16,7 @@ RUN pip3 install sklearn RUN pip3 install sacred RUN pip3 install pymongo RUN pip3 install GitPython +RUN pip3 install mlflow # RUN python3 -m pip install kaggle RUN python3 -m pip install pandas