From 15e6c5426626e943f480970af9c62135ec9bd86a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Ga=C5=82ka?= Date: Thu, 11 May 2023 21:27:01 +0200 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 893dae8..fc89fa0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,3 +7,4 @@ RUN pip install scikit-learn RUN pip install tensorflow RUN pip install matplotlib RUN pip install sacred +RUN pip install pymongo