From 50f3849829560aebf4d5f32e5c57c16d150f1f86 Mon Sep 17 00:00:00 2001 From: Szymon Jadczak Date: Sun, 1 May 2022 19:56:43 +0200 Subject: [PATCH] Zaktualizuj 'Dockerfile' --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index f66aa07..e3291c1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,3 +8,4 @@ RUN pip3 install pandas RUN pip3 install numpy RUN pip3 install sklearn RUN pip3 install tensorflow +RUN pip3 install matplotlib