samjabrahams / tensorflow-on-raspberry-pi

TensorFlow for Raspberry Pi
Other
2.24k stars 496 forks source link

Build Instructions Discrepancy -- Bazel WORKSPACE file edit #123

Open bringfire opened 6 years ago

bringfire commented 6 years ago

Describe the Issue

Great Instructions! I've made it here:

Finally, we have to adjust the protocol to access the Numeric JS library- for some reason the Cloudflare security certificates don't work properly over https. We'll need to fix this in the Bazel WORKSPACE file:

sudo nano WORKSPACE Around line 283, change https to http:

http_file( name = "numericjs_numeric_min_js", url = "http://cdnjs.cloudflare.com/ajax/libs/numeric/1.2.6/numeric.min.js", )

However, my WORKSPACE file in the /tensorflow directory and in the /bazel directory are significantly shorter than 283 lines...and there isn't a line like the one above that references "numericjs". Any help before I move on would be great!

Hardware/Software Info

Please provide the following information about your Raspberry Pi setup:

Relevant Console Output/Logs