Update 'Dockerfile'
This commit is contained in:
parent
5dc300c197
commit
4a2a6d7862
@ -7,9 +7,9 @@ COPY ./statystyki.sh ./
|
|||||||
|
|
||||||
RUN chmod u+x ./skrypt.sh ./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 mkdir ~/.kaggle
|
||||||
RUN echo "{\"username\":\"kaerde\",\"key\":\"9831adcf128300863404c16935674937\"}" > ~/.kaggle/kaggle.json
|
RUN echo "{\"username\":\"kaerde\",\"key\":\"9831adcf128300863404c16935674937\"}" > ~/.kaggle/kaggle.json
|
||||||
|
Loading…
Reference in New Issue
Block a user