Skip to content

Instantly share code, notes, and snippets.

View crobby's full-sized avatar

Chad Roberts crobby

  • SUSE
  • Flushing, Michigan, USA
View GitHub Profile
@crobby
crobby / tf_serving.sh
Last active March 8, 2018 20:31 — forked from jarutis/tf_serving.sh
Install Tensorflow Serving on Centos 7 (CPU)
# Java
yum -y install java-1.8.0-openjdk-devel
# Build Esentials (minimal)
yum -y install gcc gcc-c++ kernel-devel make automake autoconf swig git unzip libtool binutils
# Extra Packages for Enterprise Linux (EPEL) (for pip, zeromq3)
yum -y install epel-release
# Python