Skip to content

Commit

Permalink
Add dockerfile to build a tmpnb container
Browse files Browse the repository at this point in the history
  • Loading branch information
ogrisel committed Oct 15, 2014
1 parent da62bf4 commit 5dbc6c3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
FROM jupyter/demo

USER root
RUN rm -rf ipython_examples *.ipynb
ADD . /home/jupyter
RUN chown jupyter:jupyter . -R
RUN pip3 install psutil

USER jupyter

0 comments on commit 5dbc6c3

Please sign in to comment.