From b511261142f0eb9826bc3a36c156975e49acfd3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Pogodzi=C5=84ski?= Date: Sun, 16 May 2021 15:06:12 +0200 Subject: [PATCH] added sacred&mloflow to docker --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 96b75ca..df77c18 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,8 @@ RUN pip3 install tensorflow RUN pip3 install numpy RUN pip3 install matplotlib RUN pip3 install sklearn +RUN pip3 install sacred +RUN pip3 install mlflow