From 21d70e4b17a15af6a51492ca4c369b15c49c0551 Mon Sep 17 00:00:00 2001 From: Agata Date: Sun, 10 Apr 2022 20:36:20 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index f70e7ba..9e351a1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,7 @@ RUN apt update && apt install -y python3-pip RUN pip3 install pandas RUN pip3 install sklearn RUN pip3 install seaborn +RUN pip3 install ipython RUN apt-get install unzip WORKDIR /app