diff --git a/Dockerfile b/Dockerfile index 6a23d5c..4427188 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,13 +15,15 @@ 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 u+x ./stats-docker.sh -RUN chmod u+x ./script-stats.py # RUN ./download.sh 117928 RUN python3 ./script-download.py \ No newline at end of file