From bfc5bdffc25f9d188478e9d9b20f9193e870d91a Mon Sep 17 00:00:00 2001 From: Szymon Jadczak Date: Sun, 8 May 2022 11:51:58 +0200 Subject: [PATCH] Zaktualizuj 'Dockerfile' --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index e3291c1..3cd14d2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,3 +9,4 @@ RUN pip3 install numpy RUN pip3 install sklearn RUN pip3 install tensorflow RUN pip3 install matplotlib +RUN pip3 install sacred