Add Dockerfile
This commit is contained in:
parent
f0bf6421de
commit
e8a8a07d8d
6
docker/Dockerfile
Normal file
6
docker/Dockerfile
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
FROM ubuntu:latest
|
||||||
|
|
||||||
|
RUN apt-get update && \
|
||||||
|
apt-get install -y python3-pip python3-dev && \
|
||||||
|
apt-get install -y build-essential && \
|
||||||
|
pip3 install pandas kaggle seaborn scikit-learn
|
Loading…
Reference in New Issue
Block a user