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