Update 'Dockerfile'
This commit is contained in:
parent
a296acdcf4
commit
66c0f4d984
@ -11,6 +11,6 @@ RUN apt update && apt install -y python3-pip zip
|
|||||||
|
|
||||||
RUN pip3 install kaggle
|
RUN pip3 install kaggle
|
||||||
|
|
||||||
RUN mkdir ~/.kaggle
|
RUN mkdir -m 777 ~/.kaggle
|
||||||
RUN echo "{\"username\":\"kaerde\",\"key\":\"9831adcf128300863404c16935674937\"}" > ~/.kaggle/kaggle.json
|
RUN echo "{\"username\":\"kaerde\",\"key\":\"9831adcf128300863404c16935674937\"}" > ~/.kaggle/kaggle.json
|
||||||
RUN echo "export PATH=\"\$HOME/.local/bin:\$PATH\"" >> ~/.bashrc
|
RUN echo "export PATH=\"\$HOME/.local/bin:\$PATH\"" >> ~/.bashrc
|
Loading…
Reference in New Issue
Block a user