JiaweiZhuang / mpb_docker

Dockerfile for https://github.com/NanoComp/mpb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build image:

git clone https://github.com/JiaweiZhuang/mpb_docker
cd mpb_docker
docker build -t mpb .

Run script:

docker run --rm -it -v $(pwd):/workdir -w /workdir mpb
wget https://raw.githubusercontent.com/NanoComp/mpb/master/examples/hole-slab.ctl
mpb ./hole-slab.ctl  # https://mpb.readthedocs.io/en/latest/Scheme_Tutorial/

About

Dockerfile for https://github.com/NanoComp/mpb


Languages

Language:Dockerfile 100.0%