Update 'Dockerfile'

This commit is contained in:
Kacper Dudzic 2022-04-02 13:07:37 +02:00
parent 4a2a6d7862
commit a296acdcf4

View File

@ -9,7 +9,7 @@ RUN chmod u+x ./skrypt.sh ./statystyki.sh
RUN apt update && apt install -y python3-pip zip RUN apt update && apt install -y python3-pip zip
RUN pip3 install --user kaggle RUN pip3 install kaggle
RUN mkdir ~/.kaggle RUN mkdir ~/.kaggle
RUN echo "{\"username\":\"kaerde\",\"key\":\"9831adcf128300863404c16935674937\"}" > ~/.kaggle/kaggle.json RUN echo "{\"username\":\"kaerde\",\"key\":\"9831adcf128300863404c16935674937\"}" > ~/.kaggle/kaggle.json