diff --git a/Dockerfile b/Dockerfile index 7bdc7f7..581e43c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,8 +9,9 @@ RUN apt-get install -y python3-pip RUN pip3 install --upgrade pip RUN pip3 install pandas RUN pip3 install numpy -RUN pip3 install kaggle +RUN pip3 install --user kaggle RUN apt-get install zip unzip + ARG CUTOFF ARG KAGGLE_USERNAME ARG KAGGLE_KEY