From c3d9392ad1fd22c708f19e9bb8a7a3547774189f Mon Sep 17 00:00:00 2001 From: "sadurska@trui.pl" Date: Tue, 20 Apr 2021 00:15:59 +0200 Subject: [PATCH] task(ium_04) add Dockerfile --- Dockerfile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Dockerfile diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..8070dea --- /dev/null +++ b/Dockerfile @@ -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 \ No newline at end of file