DannyHavenith / jupinger

Docker files for a docker image with jupyter and cling

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jupinger

Docker files for a docker image with jupyter and cling. The main docker image is in subdirectory jupyter-cling.

This image is simply an installation of xeus-cling on top of a miniconda3 docker layer.

Example invocation:

docker run -it --rm --mount type=bind,source="$(pwd)"/work,target=/work -p 8888:8888 dhavenith/jupyter-cling

About

Docker files for a docker image with jupyter and cling


Languages

Language:Dockerfile 95.8%Language:Shell 4.2%