From 941d06ba4e4775bdfa5813009175edd019c32f28 Mon Sep 17 00:00:00 2001 From: Maciej Czajka Date: Sat, 2 Apr 2022 12:52:24 +0200 Subject: [PATCH] update dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 36a956a..cb1a673 100755 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,7 @@ FROM ubuntu:latest RUN apt-get update RUN apt-get install -y python3-pip +RUN pip3 install Pillow RUN pip3 install kaggle RUN pip3 install pandas RUN pip3 install matplotlib