diff --git a/Dockerfile b/Dockerfile index 0322fd8..e89246c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,8 @@ RUN apt-get install wget RUN python3 -m pip install pandas RUN pip3 install matplotlib RUN pip3 install sacred +RUN pip3 install sacred +RUN pip3 install pymongo # RUN ln -s ~/.local/bin/kaggle /usr/bin/kaggle WORKDIR /app