From 8ab682be764566dd10bc06a5d6bd4c90a677444b Mon Sep 17 00:00:00 2001 From: Alicja Szulecka <73056579+AliSzu@users.noreply.github.com> Date: Sun, 5 May 2024 14:12:55 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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