From 890eaf59c279dd61ec1d65f129e47f136c03f02e Mon Sep 17 00:00:00 2001 From: Maciej Czajka Date: Fri, 1 Apr 2022 13:27:02 +0200 Subject: [PATCH] update dockerfile --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index b3598bb..b1ca715 100755 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,8 @@ FROM ubuntu:latest RUN apt-get update RUN apt-get install -y python3-pip RUN python3 -m pip install kaggle +RUN python3 -m pip install --upgrade pip +RUN python3 -m pip install --upgrade Pillow RUN pip3 install --user pandas RUN pip3 install --user matplotlib RUN pip3 install --user sklearn