created Dockerfile

This commit is contained in:
Jakub Pogodziński 2021-04-11 22:09:34 +02:00
parent 03cc69e7e2
commit 2261b15fc6

9
Dockerfile Normal file
View 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