view Dockerfile @ 87:7e828d53fb64 aka

update tags
author convert-repo
date Mon, 25 Jun 2018 16:45:29 +0000
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