trailbehind / DeepOSM

Train a deep learning net with OpenStreetMap features and satellite imagery.
MIT License
1.31k stars 182 forks source link

Fixes dockerfile issue with Protobuf submodule #66

Closed Skylion007 closed 7 years ago

Skylion007 commented 7 years ago

Fixes the issue per this comment: https://github.com/tensorflow/tensorflow/issues/2790 Note: the -b r0.8 must be in the clone command or the submodule will not clone properly.

andrewljohnson commented 7 years ago

thanks!