Update 'Dockerfile'

This commit is contained in:
Kacper Dudzic 2022-04-02 12:47:08 +02:00
parent 75a103b036
commit bd3f983344

View File

@ -13,5 +13,4 @@ RUN pip install --user kaggle
RUN mkdir ~/.kaggle
RUN echo "{\"username\":\"kaerde\",\"key\":\"9831adcf128300863404c16935674937\"}" > ~/.kaggle/kaggle.json
RUN cd -
RUN echo "export PATH=\"\$HOME/.local/bin:\$PATH\"" >> ~/.bashrc