From 244e62857a4c758bc7258f2d742e9f7356f61af0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Pogodzi=C5=84ski?= Date: Sun, 16 May 2021 14:57:07 +0200 Subject: [PATCH] added sklearn to dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index a8cd5a8..96b75ca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,7 @@ RUN pip3 install pandas RUN pip3 install tensorflow RUN pip3 install numpy RUN pip3 install matplotlib +RUN pip3 install sklearn