Running PyMC in Docker#
We have provided a Dockerfile which helps for isolating build problems, and local development.
Install Docker for your operating system, clone this repo, then
run the following commands to build a pymc
docker image.
cd pymc
bash scripts/docker_container.sh build
After successfully building the docker image, you can start a local docker container called pymc
either from bash
or from jupyter
notebook server running on port 8888.
bash scripts/docker_container.sh bash # running the container with bash
bash scripts/docker_container.sh jupyter # running the container with jupyter notebook