diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..adba500 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,7 @@ +FROM ubuntu:latest + +RUN apt install python3-pip -y +RUN pip3 install pandas +RUN pip3 install kaggle +RUN pip3 install scikit-learn +RUN pip3 install seaborn \ No newline at end of file