diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..77c70fb --- /dev/null +++ b/Dockerfile @@ -0,0 +1,9 @@ +FROM ubuntu:20.04 + +RUN apt update && apt install -y python3 python3-pip + +RUN pip3 install kaggle +RUN pip3 install pandas + + +