From 73daf4b2a3eb5b2cbba90e5cb655138fbe656db3 Mon Sep 17 00:00:00 2001 From: Adam Wojdyla Date: Sat, 2 Apr 2022 22:26:34 +0200 Subject: [PATCH] r6 --- Dockerfile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4427188..ebbbd09 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,15 +15,13 @@ RUN python3 -m pip install pandas RUN python3 -m pip freeze ENV PATH="/root/.local/bin:${PATH}" - -RUN chmod u+x ./stats-docker.sh -RUN chmod u+x ./script-stats.py - COPY . . ARG KAGGLE_USERNAME ARG KAGGLE_KEY +RUN chmod a+x ./stats-docker.sh +RUN chmod a+x ./script-stats.py # RUN ./download.sh 117928 RUN python3 ./script-download.py \ No newline at end of file