From 356f193c684ce075d16050d2917ad6bc88cc71c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szymon=20Parafin=CC=81ski?= Date: Wed, 11 May 2022 23:58:28 +0200 Subject: [PATCH] add pymongo --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 4022b36..75ff4a5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,7 @@ RUN pip3 install numpy RUN pip3 install matplotlib RUN pip3 install torch RUN pip3 install sacred +RUN pip3 install pymongo ARG CUTOFF ARG KAGGLE_USERNAME