From 492fd28a13a8ea0565297cbbcc1935921d9989aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Wa=C5=82=C4=99sa?= Date: Fri, 6 May 2022 22:47:15 +0200 Subject: [PATCH] add sklearn --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8af814c..0500e5e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ RUN pip3 install torchvision RUN pip3 install jovian RUN pip3 install matplotlib RUN pip3 install seaborn - +RUN pip3 install sklearn # Przygotowanie kaggle RUN mkdir ~/.kaggle/