Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

208
Views
Installing TensorFlow serving without using a docker

To the best of my efforts, I have found that there is no way to install TensorFlow serving without using a docker. Is the use of a docker firmly embedded with TensorFlow Serving or is there a workaround ?

over 4 years ago · Santiago Trujillo
2 answers
Answer question

0

It is highly recommended to use Docker.

But you can install Tensorflow Serving without using Docker as well.

You need to run the below mentioned commands in Linux Terminal.

You can install Tensorflow Serving using APT. Code for the same is shown below:

#if you already installed tensorflow-model-server, you should first uninstall it #using
apt-get remove tensorflow-model-server

#Add TensorFlow Serving distribution URI as a package source (one time setup)

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 -

#Install and update TensorFlow ModelServer
apt-get update && apt-get install tensorflow-model-server

Once installed, the binary can be invoked using the command tensorflow_model_server.

You can upgrade to a newer version of tensorflow-model-server with:

apt-get upgrade tensorflow-model-server

For more information, refer the link, https://www.tensorflow.org/tfx/serving/setup#installing_using_apt

over 4 years ago · Santiago Trujillo Report

0

You can install TensorFlow serving without using a docker:

  • Building from source

  • TensorFlow Serving Python API PIP package

    pip install tensorflow-serving-api

You can install TensorFlow serving using any of the following 3 ways :

  • Installing using Docker

  • Building from source

  • TensorFlow Serving Python API PIP package

    pip install tensorflow-serving-api

https://www.tensorflow.org/tfx/serving/setup#tensorflow_serving_python_api_pip_package

https://github.com/tensorflow/serving/blob/master/tensorflow_serving/g3doc/setup.md

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!