Guest User

Untitled

a guest
Jan 22nd, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. FROM vanarajaz/alpine-python
  2.  
  3. MAINTAINER Vanaraj C "vanaraj@assistanz.com
  4.  
  5. "RUN python3 -m pip install --upgrade pip &&
  6.  
  7. python3 -m pip install jupyter
  8.  
  9. EXPOSE 8888
  10.  
  11. CMD [ "jupyter", "notebook" ]
  12.  
  13. [I 13:32:34.019 NotebookApp] Writing notebook server cookie secret to /root/.local/share/jupyter/runtime/notebook_cookie_secret[C 13:32:34.592 NotebookApp] Running as root is not recommended. Use --allow-root to bypass.From:Vanaraj
  14. [I 13:32:34.019 NotebookApp] Writing notebook server cookie secret to /root/.local/share/jupyter/runtime/notebook_cookie_secret[C 13:32:34.592 NotebookApp] Running as root is not recommended. Use --allow-root to bypass.
Add Comment
Please, Sign In to add comment