Update 'Dockerfile'

This commit is contained in:
Kacper Dudzic 2022-04-02 13:30:11 +02:00
parent 858365dd16
commit 62624bc843

View File

@ -11,7 +11,6 @@ RUN apt update && apt install -y python3-pip zip
RUN pip3 install kaggle
RUN whoami
RUN mkdir ~/.kaggle
RUN echo "{\"username\":\"kaerde\",\"key\":\"9831adcf128300863404c16935674937\"}" > ~/.kaggle/kaggle.json
RUN echo "export PATH=\"\$HOME/.local/bin:\$PATH\"" >> ~/.bashrc