diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..5e2e2bd --- /dev/null +++ b/Dockerfile @@ -0,0 +1,7 @@ +FROM ubuntu:latest +RUN apt-get update +RUN apt install python3-pip -y +RUN pip install --user pandas +RUN pip install --user kaggle +RUN apt-get install unzip +RUN apt install git -y \ No newline at end of file