diff --git a/Dockerfile b/Dockerfile index 49ee0fe..75652e9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,7 @@ FROM ubuntu:latest RUN apt update && apt install -y figlet RUN apt install -y git RUN apt install -y python3-pip +RUN apt install -y python3-dev RUN pip3 install setuptools RUN pip3 install kaggle RUN pip3 install pandas