ryankennedyio / deep-dream-generator

#deepdream in a docker environment, to save you 8 hours of setup headaches.
196 stars 53 forks source link

Missing Makefile.config #1

Closed luckcolors closed 9 years ago

luckcolors commented 9 years ago

The Makefile.config is missing in caffe-master. Logs: Step 19 : ADD caffe-master /caffe-master ---> 6e29214f4a3e Removing intermediate container 654c0ccf5574 Step 20 : RUN cd /caffe-master && make && make distribute ---> Running in 855734ee30d2 Makefile:6: *\ Makefile.config not found. See Makefile.config.example.. Stop. The command '/bin/sh -c cd /caffe-master && make && make distribute' returned a non-zero code: 2

ryankennedyio commented 9 years ago

Thanks for the pickup. Didn't realise it was in .gitignore.

https://github.com/ryankennedyio/deep-dream-generator/commit/4be05e68b46d8706a1816ba70d0893eadc3e942b

luckcolors commented 9 years ago

No problem :D.