created Dockerfile
This commit is contained in:
parent
03cc69e7e2
commit
2261b15fc6
9
Dockerfile
Normal file
9
Dockerfile
Normal file
@ -0,0 +1,9 @@
|
||||
FROM ubuntu:20.04
|
||||
|
||||
RUN apt update && apt install -y python3 python3-pip
|
||||
|
||||
RUN pip3 install kaggle
|
||||
RUN pip3 install pandas
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user