From 791efdb65f692da28b6ec02dcc2a279847deaffc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Ga=C5=82ka?= Date: Thu, 11 May 2023 00:49:21 +0200 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 786f6d5..7deaa82 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,3 +5,4 @@ RUN apt-get update && apt-get install -y RUN pip install pandas RUN pip install scikit-learn RUN pip install tensorflow +RUN pip install matplotlib