From a6f515327a4a438866ca62b550b206e3e891cdda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Wa=C5=82=C4=99sa?= Date: Fri, 6 May 2022 19:42:32 +0200 Subject: [PATCH] add other libraries --- Dockerfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Dockerfile b/Dockerfile index 67cd8dc..59ae29f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,11 @@ RUN pip3 install pandas RUN pip3 install torch RUN pip3 install torchvision RUN pip3 install jovian +RUN pip3 install matplotlib +RUN pip3 install seaborn +RUN pip3 install random +RUN pip3 install os +RUN pip3 install sys # Przygotowanie kaggle