runtime error

vailable: 22.3.1 -> 24.0 [notice] To update, run: python -m pip install --upgrade pip 2024-03-19 07:37:14.498524: I tensorflow/core/util/port.cc:113] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To turn them off, set the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2024-03-19 07:37:14.499294: I external/local_tsl/tsl/cuda/cudart_stub.cc:32] Could not find cuda drivers on your machine, GPU will not be used. 2024-03-19 07:37:14.502294: I external/local_tsl/tsl/cuda/cudart_stub.cc:32] Could not find cuda drivers on your machine, GPU will not be used. 2024-03-19 07:37:14.548554: I tensorflow/core/platform/cpu_feature_guard.cc:210] This TensorFlow binary is optimized to use available CPU instructions in performance-critical operations. To enable the following instructions: AVX2 AVX512F AVX512_VNNI FMA, in other operations, rebuild TensorFlow with the appropriate compiler flags. 2024-03-19 07:37:15.491428: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT Traceback (most recent call last): File "/home/user/app/app.py", line 22, in <module> objMobileNet = tf.keras.Sequential([hub.KerasLayer(strModelUrl, trainable=False)]) File "/home/user/.local/lib/python3.10/site-packages/keras/src/models/sequential.py", line 69, in __init__ self.add(layer, rebuild=False) File "/home/user/.local/lib/python3.10/site-packages/keras/src/models/sequential.py", line 91, in add raise ValueError( ValueError: Only instances of `keras.Layer` can be added to a Sequential model. Received: <tensorflow_hub.keras_layer.KerasLayer object at 0x7fe9ad7e8670> (of type <class 'tensorflow_hub.keras_layer.KerasLayer'>) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 24, in <module> p("The sequential model cannot be loaded.") NameError: name 'p' is not defined. Did you mean: 'np'?

Container logs:

Fetching error logs...