Update Dockerfile
This commit is contained in:
parent
b94056a335
commit
21d70e4b17
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user