view Dockerfile @ 56:161ad9354cbd

Merge pull request #21 from ericjperry/master Update install.sh to support using a different tag and repo committer: GitHub <noreply@github.com>
author Brendan Rius <brendan.rius@gmail.com>
date Fri, 09 Jun 2017 16:32:31 +0200
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/