Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

running DeepDreamVideo in Docker container #66

Open
patalanov opened this issue Nov 7, 2017 · 0 comments
Open

running DeepDreamVideo in Docker container #66

patalanov opened this issue Nov 7, 2017 · 0 comments

Comments

@patalanov
Copy link

patalanov commented Nov 7, 2017

I have DeepDream installed in a docker container of mine, but it was not built form the docker image you referred to at the bottom of your page.

it was this one instead:

https://github.com/VISIONAI/clouddream

if, inside the proper folder in my container I do like so:

mkdir custom
touch Dockerfile
vim Dockerfile

and then, in Dockerfile:

FROM visionai/clouddream

#Download my custom model
RUN /opt/caffe/scripts/download_model_binary.py /opt/caffe/models/bvlc_alexnet

build it:

docker build -t custom/clouddream

and finally clone into your github page

https://github.com/google/deepdream

will It work with your model?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant