diff --git a/Dockerfile b/Dockerfile index 0062b5a..d5a5c4d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,7 @@ RUN apt update && apt install -y figlet RUN apt-get update RUN apt install python3-pip -y RUN pip install --user pandas +RUN pip install --user jupyter RUN pip install --user kaggle RUN pip install --user seaborn RUN pip install --user tensorflow