December 2018
Intermediate to advanced
764 pages
18h 18m
English
Follow the instructions in this section to install the TensorFlow ModelServer on Ubuntu using aptitude.
$ echo "deb [arch=amd64] http://storage.googleapis.com/tensorflow-serving-apt stable tensorflow-model-server tensorflow-model-server-universal" | sudo tee /etc/apt/sources.list.d/tensorflow-serving.list$ curl https://storage.googleapis.com/tensorflow-serving-apt/tensorflow-serving.release.pub.gpg | sudo apt-key add -
$ sudo apt-get update && sudo apt-get install tensorflow-model-server
This installs the ...
Read now
Unlock full access