From e7224a59356d3d47aa6fd5f59703737bb146c8d2 Mon Sep 17 00:00:00 2001 From: Adrian Charkiewicz Date: Sun, 3 Apr 2022 22:34:55 +0200 Subject: [PATCH] pillow installed --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 0c9ab4e..e0cc8b3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,8 @@ RUN apt install -y figlet RUN export PATH=”$PATH:/usr/local/bin/python” RUN apt install python3-pip -y RUN apt install unzip -y +RUN pip3 install --upgrade pip +RUN pip3 install --upgrade Pillow RUN pip3 install kaggle RUN pip3 install pandas RUN pip3 install scikit-learn