From 8093e2986d1786b283d2c9733511d1924c2e3e1f Mon Sep 17 00:00:00 2001 From: PawelDopierala Date: Wed, 12 Jun 2024 14:01:31 +0200 Subject: [PATCH] fix sacred --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e31be62..9c5fa68 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM ubuntu:latest RUN apt-get update && \ apt-get install -y python3-pip && \ - pip3 install pandas scikit-learn tensorflow sacred pymongo --break-system-packages git + pip3 install pandas scikit-learn tensorflow sacred pymongo --break-system-packages GitPython RUN useradd -ms /bin/bash jenkins