Skip to content

Instantly share code, notes, and snippets.

@dsuess
Last active March 19, 2023 03:53
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save dsuess/059b86ea55d639bb99175c9a8cd2ca3e to your computer and use it in GitHub Desktop.
Save dsuess/059b86ea55d639bb99175c9a8cd2ca3e 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
@mulderp
Copy link

mulderp commented Jan 24, 2021

The cling works with this miniconda version as base image:

 docker run -i -t continuumio/miniconda3 /bin/bash

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment