Update 'Dockerfile'

This commit is contained in:
Kacper Dudzic 2022-04-02 13:22:56 +02:00
parent 78eff20b9c
commit 58618863cf
1 changed files with 2 additions and 1 deletions

View File

@ -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