Skip to content

Instantly share code, notes, and snippets.

@lucasea777
Forked from dsuess/Dockerfile
Created May 4, 2019 21:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lucasea777/4333695b1e6cb5186370c56900253837 to your computer and use it in GitHub Desktop.
Save lucasea777/4333695b1e6cb5186370c56900253837 to your computer and use it in GitHub Desktop.
xeus-cling C++ Jupyter kernel inside a docker container
FROM frolvlad/alpine-miniconda3
RUN conda install -y -c conda-forge bash jupyter jupyter_contrib_nbextensions
RUN conda install -y -c conda-forge xeus-cling xtensor
RUN mkdir /notebooks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment