diff --git a/Dockerfile b/Dockerfile index d72a928..563a577 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,4 +7,6 @@ RUN apt install -y unzip RUN pip3 install pandas RUN pip3 install kaggle COPY ./get_data.sh ./ -COPY ./main.py ./ \ No newline at end of file +COPY ./main.py ./ +RUN mkdir /.kaggle +RUN chmod -R 777 /.kaggle \ No newline at end of file