FROM jupyter/minimal-notebook MAINTAINER Brendan Rius USER root WORKDIR /tmp COPY ./ jupyter_c_kernel/ RUN pip install --no-cache-dir jupyter_c_kernel/ RUN cd jupyter_c_kernel && install_c_kernel --user WORKDIR /home/$NB_USER/ USER $NB_USER