Skip to content

fallen90/docker-deepdream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-deepdream

Headache relieving docker image to start you up with Google's Deep Dream project.

To start open up your terminal and type in :

docker run -d -p 443:8888 -e "PASSWORD=password" -v /path/to/your/files:/src fallen90/docker-deepdream

You can also map port 8888 (iPython web interface) to a different port (80)

Or you can also use this as base image in your Dockerfile

FROM fallen/docker-deepdream:latest

After that, goto https://<docker-api>/

Features / Installed

- iPython 3.x (base image)
- Anaconda (2.0.1)
- caffe (cpu based, local)

About

docker base image for Google's Deep Dream (caffe set to CPU mode) (much slower)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published