Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tensorflow recommended system specifications?

I am getting started with installation of Tensorflow on my RHEL 6.5 box. But it turns out that Tensorflow needs glibc >= 2.17 and the default glibc on rhel 6.5 is 2.12.

I was wondering if anybody could help me with minimum/recommended system specifications for tensorflow?

like image 319
Saheb Avatar asked Sep 26 '22 19:09

Saheb


1 Answers

The TensorFlow requirements are listed here, but these do not recommend a particular operating system or glibc version.

The best-supported operating systems are Ubuntu 14.04 64-bit, and Mac OS X 10.10 (Yosemite) and later. The current limiting factor is the set of supported operating systems for Bazel, which we use to make the binary packages. You may be able to install Bazel from source, and then install TensorFlow from source, to get around these issues. Many users find it easier to install TensorFlow in a Docker container to avoid this problem.

like image 142
mrry Avatar answered Sep 29 '22 20:09

mrry