diff --git a/Dockerfile b/Dockerfile index 2d8bdef..73d038a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM ubuntu -RUN apt-get update && apt-get install -y python3 python3-pip +RUN apt-get update && apt-get install -y python3 python3-pip unzip RUN pip3 install kaggle pandas