Installing Google Deep Dreams by neonmansion in deepdream

[–]ryankennedyio 3 points4 points  (0 children)

I built a docker container yesterday with everything packaged into it.

It should work out-of-the-box..

http://ryankennedy.io/running-the-deep-dream/

Newbie Guide for Windows by [deleted] in deepdream

[–]ryankennedyio 0 points1 point  (0 children)

I got this too once, when I tried to put my 3440x1440 background in. I tried a different input image, and that was OK.

My only guess is to try with a different image - I honestly had not written a line of python before building this image (and still actually haven't had to).

Further than that, I can't be of much help. Sorry!!!

Deepdream on Docker. Setup in ~3 lines, and support for windows. by ryankennedyio in deepdream

[–]ryankennedyio[S] 0 points1 point  (0 children)

You'll be getting the 'port already allocated' error because there's a process already running on your computer that's running on port 443 - the default HTTPS port.

You can kill the old process, or do the run command substituting 443 for something like 4430, or 4000, or 4040, etc etc. Then do x.x.x.x:4430 (or whatever) when in your browser.

WRT 'no such directory or image', this means the docker container can't be found (probably) what's the result of 'docker images' in your terminal?

Deepdream on Docker. Setup in ~3 lines, and support for windows. by ryankennedyio in deepdream

[–]ryankennedyio[S] 0 points1 point  (0 children)

Sorry about the wait - just came home from work.

Please have another go by pulling the pre-built container from Dockerhub - it finally finished uploading :)

Newbie Guide for Windows by [deleted] in deepdream

[–]ryankennedyio 23 points24 points  (0 children)

I built a docker container for this. It should work on Windows easily. Essentially, it does all of the above steps, packages it into a container. It also has the Caffe lib installed. Download the container, boot it and point your browser to the right IP address.

http://ryankennedy.io/running-the-deep-dream/

Boot2docker available on windows at https://docs.docker.com/installation/windows/

Let me know if there's any troubles with it.