Skip to content

Instantly share code, notes, and snippets.

@corenel
Created January 3, 2019 02:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save corenel/18006fd797475440d6caa10c0dbe4db4 to your computer and use it in GitHub Desktop.
Save corenel/18006fd797475440d6caa10c0dbe4db4 to your computer and use it in GitHub Desktop.
Build TensorFlow 1.12 on an Atom board w/o AVX support
  • build command:
bazel build \
  --config=opt //tensorflow/tools/pip_package:build_pip_package \
  --incompatible_remove_native_http_archive=false \
  --incompatible_package_name_is_a_function=false \
  --local_resources 4096,4.0,4.0 \
  --cxxopt="-D_GLIBCXX_USE_CXX11_ABI=0" \
  --define=grpc_no_ares=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment