I tried running the notebook C4_W1_Lab_2_TF_Serving.ipynb on Colab. However, tensorflow_model_server does not run.
The command in the notebook: “!tail server.log” prints out:
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: /lib/x86_64-linux-gnu/libm.so.6: version
GLIBC_2.29’ 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)
Everything in the notebook up to this point worked fine.