C4 W1 Lab 2: Unable to run tensorflow_model_server in Colab notebook C4_W1_Lab_2_TF_Serving.ipynb

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.

1 Like

Same here, if I check the version of glibc with !ldd --version, I have 2.27

ldd (Ubuntu GLIBC 2.27-3ubuntu1.3) 2.27
Copyright (C) 2018 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper.
1 Like

I have the same issue.

I get the same error

Thank you all. The staff has been notified. Please vote this thread.

2 Likes