view Dockerfile @ 86:62bff02c6fbc

fix file name
author musou_aka <>
date Tue, 26 Jun 2018 10:38:44 +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