From 4a2a6d7862de6cb380b7876e361e1102f262ad08 Mon Sep 17 00:00:00 2001 From: Kacper Dudzic Date: Sat, 2 Apr 2022 12:58:39 +0200 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c76a74b..0c8499d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,9 +7,9 @@ COPY ./statystyki.sh ./ RUN chmod u+x ./skrypt.sh ./statystyki.sh -RUN apt update && apt install -y pip zip +RUN apt update && apt install -y python3-pip zip -RUN pip install --user kaggle +RUN pip3 install --user kaggle RUN mkdir ~/.kaggle RUN echo "{\"username\":\"kaerde\",\"key\":\"9831adcf128300863404c16935674937\"}" > ~/.kaggle/kaggle.json