Deploying a model with tf serving not working

I’m deploying model with tf serving but they give me this error.

tensorflow_model_server: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28’ not found (required by tensorflow_model_server)

tensorflow_model_server: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.26’ not found (required by tensorflow_model_server

Hi Imran,

Are you running directly on your machine? or are you using a container?
which OS and version are using?

(@Wei_Wei for further help)

I’m using colab. Can you show how we can solve this problem?

This is a known issue with newer version of TF Serving. Colab simply run older version of linux. The current workaround is to downgrade TF Serving. I can’t remember the version# to use, but if you search that error on GitHub and you will find a suitable version# for Colab.