From fc3caf4d579912342c77e5920275f17b7c7918da Mon Sep 17 00:00:00 2001 From: Szymon Jadczak Date: Sun, 8 May 2022 12:12:28 +0200 Subject: [PATCH] Zaktualizuj 'Dockerfile' --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 3cd14d2..7325b25 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,3 +10,4 @@ RUN pip3 install sklearn RUN pip3 install tensorflow RUN pip3 install matplotlib RUN pip3 install sacred +RUN pip3 install pymongo