Mercurial > hg > Members > aka > jupyter_CbC_kernel
view Dockerfile @ 69:79199ce31269
Update README.md
committer: GitHub <noreply@github.com>
author | Brendan Rius <brendan.rius@gmail.com> |
---|---|
date | Sun, 13 Aug 2017 16:25:27 +0200 |
parents | f07ad089f063 |
children | 8206b62b7016 |
line wrap: on
line source
FROM jupyter/minimal-notebook MAINTAINER Brendan Rius <ping@brendan-rius.com> USER root WORKDIR /tmp COPY ./ jupyter_c_kernel/ RUN pip install --no-cache-dir -e jupyter_c_kernel/ RUN cd jupyter_c_kernel && install_c_kernel --user WORKDIR /home/$NB_USER/ USER $NB_USER