From 9216857fdfec3f9d2d5f6f0468a8e5f379d6e60c Mon Sep 17 00:00:00 2001 From: s434695 Date: Sat, 12 Jun 2021 00:05:28 +0200 Subject: [PATCH] i hope this works --- Dockerfile | 1 + 1 file changed, 1 insertion(+) 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