panrafal / depthy

Extract depth map and original from photos made with Google Camera's Lens Blur.
http://depthy.stamina.pl
MIT License
1.31k stars 162 forks source link

Adding Dockerfile to build docker image of depthy #19

Closed essembeh closed 8 years ago

essembeh commented 9 years ago

Dockerfile + documentation.

As presented in #18, if the dockerfile and the code are in the same github repository, it is possible to automatically build a docker image every time you commit.

See https://docs.docker.com/docker-hub/builds/ for more documentation.

panrafal commented 8 years ago

Thanks!