From 723767f3063f3f2226c1576311fe6b88ba26d32d Mon Sep 17 00:00:00 2001 From: Kamila Date: Tue, 3 May 2022 13:11:56 +0200 Subject: [PATCH] Docker - matplotlib --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index e44fa55..a972862 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,6 +11,7 @@ COPY ./nn_train.py ./ RUN pip3 install pandas RUN pip3 install numpy +RUN pip3 install matplotlib RUN pip3 install tensorflow RUN pip3 install keras RUN pip3 install sklearn