Fix permission issue with ./kaggle directory

This commit is contained in:
Wojciech Jarmosz 2021-04-10 22:11:15 +02:00
parent 2c93d660e1
commit 66f9c49c8d

View File

@ -5,4 +5,6 @@ RUN apt update && apt install -y python3 python3-pip
COPY . . COPY . .
RUN pip3 install -r requirements.txt RUN pip3 install -r requirements.txt
RUN mkdir /.kaggle
RUN chmod -R 777 /.kaggle