Update Dockerfile

This commit is contained in:
Agata 2022-04-10 20:36:20 +02:00
parent b94056a335
commit 21d70e4b17

View File

@ -5,6 +5,7 @@ RUN apt update && apt install -y python3-pip
RUN pip3 install pandas RUN pip3 install pandas
RUN pip3 install sklearn RUN pip3 install sklearn
RUN pip3 install seaborn RUN pip3 install seaborn
RUN pip3 install ipython
RUN apt-get install unzip RUN apt-get install unzip
WORKDIR /app WORKDIR /app