mirror of
https://github.com/XaverKlemenschits/jupyter-c-kernel.git
synced 2025-04-17 03:46:11 +00:00
8 lines
270 B
Docker
8 lines
270 B
Docker
FROM jupyter/minimal-notebook
|
|
MAINTAINER Brendan Rius <ping@brendan-rius.com>
|
|
|
|
USER root
|
|
|
|
COPY ./ /home/$NB_USER/.jupyter/jupyter_c_kernel/
|
|
RUN pip install /home/$NB_USER/.jupyter/jupyter_c_kernel/
|
|
RUN jupyter-kernelspec install /home/$NB_USER/.jupyter/jupyter_c_kernel/ |