view Dockerfile @ 39:fecdf8733f3b remote/issue-4

Make sure to empty the queue so no message should be left over in it
author Brendan Rius <brendan@omixy.com>
date Mon, 16 May 2016 09:43:47 +0100
parents f548e045cd24
children e9b123952dff
line wrap: on
line source

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

USER root

COPY ./ /home/$NB_USER/.jupyter/jupyter_c_kernel/
RUN pip install /home/$NB_USER/.jupyter/jupyter_c_kernel/
RUN jupyter-kernelspec install /home/$NB_USER/.jupyter/jupyter_c_kernel/c_spec/