view Dockerfile @ 85:4d7d24e87c88

fix gcc option rm -std=c11
author musou_aka <>
date Mon, 25 Jun 2018 23:26:36 +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