CamDavidsonPilon / Probabilistic-Programming-and-Bayesian-Methods-for-Hackers

aka "Bayesian Methods for Hackers": An introduction to Bayesian methods + probabilistic programming with a computation/understanding-first, mathematics-second point of view. All in pure Python ;)
http://camdavidsonpilon.github.io/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/
MIT License
26.67k stars 7.86k forks source link

Dockerize the environment #330

Open ChihChengLiang opened 7 years ago

ChihChengLiang commented 7 years ago

Dear Maintainer,

Thanks for this great awesome project. To make the environment more reproducible and more easier to get started, I write a Dockerfile for the project.

So if anyone with docker installed. The environment can be started with:

make build
make jn

Best regards, Chih-Cheng