added Dockerfile
This commit is contained in:
parent
9abda999ea
commit
b0ac32513d
7
Dockerfile
Normal file
7
Dockerfile
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user