Skip to main content

TensorFlow Binary Dependencies

Technical
Author
Kuan-Yi Li
Table of Contents

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)
DistributionVersionKey Packages
Red Hat Enterprise Linux7glibc, libstdc++
CentOS7glibc, libstdc++
Scientific Linux7glibc, libstdc++
Fedora19 (Schrödinger’s Cat)glibc, libstdc++
Debian8 (Jessie)libc6, libstdc++6
Ubuntu14.04 LTS (Trusty Tahr)libc6, libstdc++6

References
#