view Dockerfile @ 48:d3fdb29f3fdc

Parameterized install.sh script to allow specification of tag and repository.
author Eric Perry <eric@ericjperry.com>
date Wed, 18 Jan 2017 11:18:51 -0500
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/