view Dockerfile @ 88:925bc39ddb92

rename gitignore to hgignore
author musou_aka
date Tue, 26 Jun 2018 10:52:16 +0900
parents 70e6b10d9220
children 0dceb5dbea0d
line wrap: on
line source

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

USER root

WORKDIR /tmp

COPY ./ jupyter_CbC_kernel/

RUN pip install --no-cache-dir jupyter_CbC_kernel/
RUN cd jupyter_CbC_kernel && install_c_kernel --user

WORKDIR /home/$NB_USER/

USER $NB_USER