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