update dockerfile
This commit is contained in:
parent
b1afc318bb
commit
80b220612f
@ -12,6 +12,7 @@ RUN apt-get install unzip
|
||||
RUN mkdir root/.kaggle
|
||||
RUN touch root/.kaggle/kaggle.json
|
||||
RUN echo "{\"username\":\"maciejczajka\",\"key\":\"d8f044ad2b96d32372e22f9054c02bb1\"}" >> root/.kaggle/kaggle.json
|
||||
RUN chmod 666 root/.kaggle
|
||||
RUN chmod 666 root/.kaggle/kaggle.json
|
||||
|
||||
WORKDIR /app
|
||||
|
Loading…
Reference in New Issue
Block a user