Add Dockerfile

This commit is contained in:
Witold Woch 2023-04-04 15:31:03 +02:00
parent 011ab01b50
commit c5bb024700

7
Dockerfile Normal file
View File

@ -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