From 1e81011951b56e1424571492e571b89bc12a4d5c Mon Sep 17 00:00:00 2001 From: Szymon Jadczak Date: Sun, 1 May 2022 19:54:04 +0200 Subject: [PATCH] Zaktualizuj 'Dockerfile' --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 7f87558..4c16028 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,5 +8,6 @@ RUN pip3 install pandas RUN pip3 install numpy RUN pip3 install sklearn RUN pip3 install tensorflow +RUN pip3 install matplotlib COPY ./steam-200k.csv ./ COPY ./biblioteki_dl.py ./ \ No newline at end of file