From 58618863cf6678c0e4bcf93db0c1136215a26d3c Mon Sep 17 00:00:00 2001 From: Kacper Dudzic Date: Sat, 2 Apr 2022 13:22:56 +0200 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d4972a7..950f07d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,6 +11,7 @@ RUN apt update && apt install -y python3-pip zip RUN pip3 install kaggle -RUN mkdir -R 777 ~/.kaggle +RUN mkdir ~/.kaggle +RUN chmod -R 777 ~/.kaggle RUN echo "{\"username\":\"kaerde\",\"key\":\"9831adcf128300863404c16935674937\"}" > ~/.kaggle/kaggle.json RUN echo "export PATH=\"\$HOME/.local/bin:\$PATH\"" >> ~/.bashrc \ No newline at end of file