runtime error

/cuda/cudart_stub.cc:28] Could not find cuda drivers on your machine, GPU will not be used. 2023-09-22 08:29:30.767141: I tensorflow/core/platform/cpu_feature_guard.cc:182] 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. 2023-09-22 08:29:31.452140: 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 8, in <module> generator = hub.Module('https://tfhub.dev/deepmind/biggan-256/2') File "/home/user/.local/lib/python3.10/site-packages/tensorflow_hub/module.py", line 176, in __init__ self._impl = self._spec._create_impl( File "/home/user/.local/lib/python3.10/site-packages/tensorflow_hub/native_module.py", line 387, in _create_impl return _ModuleImpl( File "/home/user/.local/lib/python3.10/site-packages/tensorflow_hub/native_module.py", line 451, in __init__ self._init_state(name) File "/home/user/.local/lib/python3.10/site-packages/tensorflow_hub/native_module.py", line 454, in _init_state variable_tensor_map, self._state_map = self._create_state_graph(name) File "/home/user/.local/lib/python3.10/site-packages/tensorflow_hub/native_module.py", line 509, in _create_state_graph tf.compat.v1.train.import_meta_graph( File "/home/user/.local/lib/python3.10/site-packages/tensorflow/python/training/saver.py", line 1583, in import_meta_graph return _import_meta_graph_with_return_elements(meta_graph_or_file, File "/home/user/.local/lib/python3.10/site-packages/tensorflow/python/training/saver.py", line 1595, in _import_meta_graph_with_return_elements raise RuntimeError("Exporting/importing meta graphs is not supported when " RuntimeError: Exporting/importing meta graphs is not supported when eager execution is enabled. No graph exists when eager execution is enabled.

Container logs:

Fetching error logs...