From dc4f22913a51a73862194139e0a71a9902b6f340 Mon Sep 17 00:00:00 2001 From: Jakub Henyk Date: Thu, 11 May 2023 21:38:17 +0200 Subject: [PATCH] fix???? --- Dockerfile_3 | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile_3 b/Dockerfile_3 index 8e107f3..02eaa26 100644 --- a/Dockerfile_3 +++ b/Dockerfile_3 @@ -12,6 +12,7 @@ RUN python3 -m pip install pandas RUN python3 -m pip install numpy RUN python3 -m pip install torch RUN python3 -m pip install torchvision +RUN python3 -m pip install GitPython RUN python3 -m pip install sacred RUN python3 -m pip install pymongo