From d3cfc104554bf4ae65660e3f2204bc3bd20d8737 Mon Sep 17 00:00:00 2001 From: Karolina Oparczyk Date: Wed, 14 Apr 2021 21:07:27 +0200 Subject: [PATCH] docker integration v7 --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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