Steps to build Tensorflow?

Hello,

due to no AVX on my CPU (Intel Atom) I will attempt to build Tensorflow. From reading the steps and comments that seems to be a nightmare task. Anyone did this already on CL for No-CPU ?

Thanks,

Pummelchen

Not working as expected, steps taken:

**Build Tensorflow 2.2.0 from Source**

**Get bazel**

swupd bundle-add machine-learning-basic

**Get TF**

cd /home/cookie/Downloads

git clone https://github.com/tensorflow/tensorflow.git

cd tensorflow

./configure

**Build - Generic**

bazel build //tensorflow/tools/pip_package:build_pip_package

Error …

Starting local Bazel server and connecting to it...
INFO: Options provided by the client:
  Inherited 'common' options: --isatty=1 --terminal_columns=135
INFO: Reading rc options for 'build' from /home/cookie/Downloads/tensorflow/.bazelrc:
  Inherited 'common' options: --experimental_repo_remote_exec
ERROR: Unrecognized option: --experimental_repo_remote_exec

Solution

1 Like