Add Dockerfile
This commit is contained in:
parent
011ab01b50
commit
c5bb024700
7
Dockerfile
Normal file
7
Dockerfile
Normal 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
|
Loading…
Reference in New Issue
Block a user