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