view Dockerfile @ 46:59cf2351e933

Add instruction on how to live-edit the code
author Brendan Rius <brendan@omixy.com>
date Wed, 08 Jun 2016 11:29:29 +0100
parents e9b123952dff
children 8a8a9952c887
line wrap: on
line source

FROM jupyter/minimal-notebook
MAINTAINER Brendan Rius <ping@brendan-rius.com>

USER root

RUN mkdir /jupyter

WORKDIR /jupyter

COPY ./ jupyter_c_kernel/
RUN pip install -e jupyter_c_kernel/

RUN jupyter-kernelspec install jupyter_c_kernel/c_spec/

WORKDIR /home/$NB_USER/