TensorFlow Binary Dependencies

GNU C Library and GNU Standard C++ Library application binary interface (ABI) version requirements for TensorFlow dynamic libraries.

wget https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.9.0-cp27-none-linux_x86_64.whl
unzip tensorflow-0.9.0-cp27-none-linux_x86_64.whl -d tensorflow-0.9.0-cp27-none-linux_x86_64
find tensorflow-0.9.0-cp27-none-linux_x86_64 -name '*.so' -exec ldd --verbose {} \;

# libc.so.6 (GLIBC_2.17)
# libstdc++.so.6 (GLIBCXX_3.4.19)
Minimum Linux Distro Versions Required to Run TensorFlow (0.9.0)
Distribution Version Key Packages
Red Hat Enterprise Linux 7 glibc, libstdc++
CentOS 7 glibc, libstdc++
Scientific Linux 7 glibc, libstdc++
Fedora 19 (Schrödinger’s Cat) glibc, libstdc++
Debian 8 (Jessie) libc6, libstdc++6
Ubuntu 14.04 LTS (Trusty Tahr) libc6, libstdc++6

References

Posted in Technical.

Leave a Reply

Your email address will not be published. Required fields are marked *

Captcha loading...