From cb9d02ba9ad8005fdcaa9bb7d7b11d47cdf855ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20Pokrywka?= Date: Sun, 3 Apr 2022 21:19:31 +0200 Subject: [PATCH] r --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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