task(ium_04) add Dockerfile

This commit is contained in:
sadurska@trui.pl 2021-04-20 00:15:59 +02:00
parent 83b3e72007
commit c3d9392ad1

6
Dockerfile Normal file
View File

@ -0,0 +1,6 @@
FROM ubuntu:20.04
RUN apt update && apt install -y python3 python3-pip
RUN pip3 install kaggle
RUN pip3 install pandas