runtime error

Exit code: 1. Reason: m off, set the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2025-09-04 14:31:23.281721: 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. 2025-09-04 14:31:24.763817: I tensorflow/core/util/port.cc:153] 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`. 2025-09-04 14:31:24.764246: I external/local_xla/xla/tsl/cuda/cudart_stub.cc:31] Could not find cuda drivers on your machine, GPU will not be used. Traceback (most recent call last): File "<string>", line 1, in <module> File "/code/app.py", line 6, in <module> import tensorflow_hub as hub File "/usr/local/lib/python3.9/site-packages/tensorflow_hub/__init__.py", line 117, in <module> from tensorflow_hub.keras_layer import KerasLayer File "/usr/local/lib/python3.9/site-packages/tensorflow_hub/keras_layer.py", line 27, in <module> version_fn = getattr(tf.keras, "version", None) File "/usr/local/lib/python3.9/site-packages/tensorflow/python/util/lazy_loader.py", line 182, in __getattr__ if self._tfll_keras_version == "keras_3": File "/usr/local/lib/python3.9/site-packages/tensorflow/python/util/lazy_loader.py", line 182, in __getattr__ if self._tfll_keras_version == "keras_3": File "/usr/local/lib/python3.9/site-packages/tensorflow/python/util/lazy_loader.py", line 182, in __getattr__ if self._tfll_keras_version == "keras_3": [Previous line repeated 973 more times] File "/usr/local/lib/python3.9/site-packages/tensorflow/python/util/lazy_loader.py", line 178, in __getattr__ if item in ("_tfll_mode", "_tfll_initialized", "_tfll_name"): RecursionError: maximum recursion depth exceeded in comparison

Container logs:

Fetching error logs...