From e64175dbb211d9591df1a8213099947f2214d3da Mon Sep 17 00:00:00 2001 From: Szymon Jadczak Date: Sun, 15 May 2022 18:11:39 +0200 Subject: [PATCH] Zaktualizuj 'Dockerfile' --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 7325b25..26876e6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,3 +11,4 @@ RUN pip3 install tensorflow RUN pip3 install matplotlib RUN pip3 install sacred RUN pip3 install pymongo +RUN pip3 install mlflow