Update 'Dockerfile'

This commit is contained in:
Kacper Dudzic 2022-04-02 12:58:39 +02:00
parent 5dc300c197
commit 4a2a6d7862

View File

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