Sotera / watchman

Watchman: An open-source social-media event-detection system
GNU General Public License v2.0
20 stars 7 forks source link

Bug: Runtime error in caffe featurizer with non-gpu dockerfile #80

Closed lukewendling closed 7 years ago

lukewendling commented 7 years ago

build error says can't build in gpu mode, which i guess is determined by linux (ubuntu) host?

justinlueders commented 7 years ago

Evidently they are having issues with certificates...this line solved the issue

RUN CONDA_SSL_VERIFY=false conda update pyopenssl

lukewendling commented 7 years ago

Just realized this wasn't a build problem but a runtime bug with error:

F0103 17:33:12.748132     1 conv_layer.cpp:76] Cannot use GPU in CPU-only Caffe: check mode.

To re-create: run image featurizing on non-gpu ubuntu.

lukewendling commented 7 years ago

fixed in branch 65 using env var for gpu enabling vs. a hard-coded proc file