From 59e2ea929d000ec2980606a2a493d7e916d0fe15 Mon Sep 17 00:00:00 2001 From: Agata Date: Fri, 6 May 2022 10:06:52 +0200 Subject: [PATCH] Update Dockerfile (sacred) --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 975977b..3ddd895 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,7 @@ RUN pip3 install ipython RUN pip3 install torch RUN pip3 install numpy RUN pip3 install sacred +RUN pip3 install GitPython WORKDIR /app