From 2514adef5e4fecd68852cc5ff377a846123dc8fe Mon Sep 17 00:00:00 2001 From: Maciej Czajka Date: Fri, 1 Apr 2022 13:24:19 +0200 Subject: [PATCH] update dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f236337..b3598bb 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM ubuntu:latest RUN apt-get update -RUN apt-get install -y python-pip3 +RUN apt-get install -y python3-pip RUN python3 -m pip install kaggle RUN pip3 install --user pandas RUN pip3 install --user matplotlib