From 0f92b92748b0dc07dd2294493d5aecb01ad896e5 2014-12-30 01:52:33 From: Min RK Date: 2014-12-30 01:52:33 Subject: [PATCH] Merge pull request #7343 from dsblank/patch-2 Update Dockerfile --- diff --git a/Dockerfile b/Dockerfile index 8765647..d21e67a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -57,8 +57,8 @@ RUN pip2 install file:///srv/ipython#egg=ipython[all] RUN pip3 install file:///srv/ipython#egg=ipython[all] # install kernels -RUN python2 -m IPython kernelspec install-self --system -RUN python3 -m IPython kernelspec install-self --system +RUN python2 -m IPython kernelspec install-self +RUN python3 -m IPython kernelspec install-self WORKDIR /tmp/