diff --git a/Dockerfile b/Dockerfile index 2e4aa2e..dcd3a4c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ RUN apt update && apt install -y python3-pip RUN apt install unzip RUN apt install bc -RUN pip3 install kaggle pandas scikit-learn torch +RUN pip3 install kaggle pandas scikit-learn torch sacred pymongo WORKDIR /app