view Dockerfile @ 82:70e6b10d9220 remote/aka

rename CbC kernel
author musou_aka <>
date Sat, 23 Jun 2018 16:11:53 +0900
parents 8206b62b7016
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