@Robert_Crowe the official TF Serving example is currently breaking. The problem is the following:
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)
tensorflow_model_server: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by tensorflow_model_server)
Long story cut short, the server is not being deployed.
Here’s a Colab Notebook that reproduces the problem.
Any clue?
Cc: @deep-diver