tensorflow-on-raspberry-pi icon indicating copy to clipboard operation
tensorflow-on-raspberry-pi copied to clipboard

Build Instructions Discrepancy -- Bazel WORKSPACE file edit

Open bringfire opened this issue 8 years ago • 0 comments

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:

  • Raspberry Pi model: 3
  • Operating System used: debian jessie 8.0
  • Version of Python used: 2.7.9
  • SD card memory size: 16GB
  • Size of USB/other device used as swap (if building from source): 16GB
  • TensorFlow git commit hash (if building from source): not sure where to find this info

Relevant Console Output/Logs

bringfire avatar Dec 05 '17 11:12 bringfire