add pymongo
Some checks failed
s444018-evaluation/pipeline/head This commit looks good
s444018-training/pipeline/head There was a failure building this commit

This commit is contained in:
Szymon Parafiński 2022-05-11 23:58:28 +02:00
parent 521c03fe12
commit 356f193c68

View File

@ -12,6 +12,7 @@ RUN pip3 install numpy
RUN pip3 install matplotlib RUN pip3 install matplotlib
RUN pip3 install torch RUN pip3 install torch
RUN pip3 install sacred RUN pip3 install sacred
RUN pip3 install pymongo
ARG CUTOFF ARG CUTOFF
ARG KAGGLE_USERNAME ARG KAGGLE_USERNAME