From 2bd684d15b68d35b8bbbc09d6283d76ce6e1ff3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20Pokrywka?= Date: Sun, 3 Apr 2022 21:21:14 +0200 Subject: [PATCH] r --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 581e43c..3c52dfe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,10 +6,10 @@ RUN apt update COPY ./requirements.txt . RUN apt-get update RUN apt-get install -y python3-pip -RUN pip3 install --upgrade pip +RUN pip3 install --upgrade pip RUN pip3 install pandas RUN pip3 install numpy -RUN pip3 install --user kaggle +RUN pip install kaggle RUN apt-get install zip unzip ARG CUTOFF