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

Docker image #18

Open essembeh opened 10 years ago

essembeh commented 10 years ago

Hi

I'm learning Docker and as I would like to test your project, I made a docker image of depthy.

docker run --rm -t -i -p 9000:9000 essembeh/depthy

Then go to http://localhost:9000

If you like this way of running depthy locally, you can add instructions to your documentation. I will try to keep the docker image up to date, but it can be automated!

To automate building the docker image by docker.io when you commit on your github repository

Edit: #17 is not blocking this issue anymore, locale has been set to utf8 in the docker image.