diff --git a/Dockerfile b/Dockerfile index acf096c..c5c2f86 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,4 +5,6 @@ RUN apt update && apt install -y python3 python3-pip COPY . . RUN pip3 install -r requirements.txt +RUN mkdir /.kaggle +RUN chmod -R 777 /.kaggle