07-25-2016, 09:13 AM
(This post was last modified: 07-25-2016, 09:13 AM by pekapa.
Edit Reason: typo
)
I'm not sure, I ran the following command:
bazel build -c opt --jobs 4 --verbose_failures //tensorflow/tools/pip_package:build_pip_package
Jobs 4 is a workaround to deal with out of memory, not sure, however, what the default is for the local_resources flag.
In my rMBP (I know, unfair comparison), it took me less than an hour to compile... (no job limit, though)
bazel build -c opt --jobs 4 --verbose_failures //tensorflow/tools/pip_package:build_pip_package
Jobs 4 is a workaround to deal with out of memory, not sure, however, what the default is for the local_resources flag.
In my rMBP (I know, unfair comparison), it took me less than an hour to compile... (no job limit, though)