runtime error

.00/65.0 [00:00<?, ?B/s] Downloading (…)cial_tokens_map.json: 100%|██████████| 65.0/65.0 [00:00<00:00, 710kB/s] Traceback (most recent call last): File "/home/user/.local/lib/python3.10/site-packages/tensorflow/python/training/py_checkpoint_reader.py", line 66, in get_tensor return CheckpointReader.CheckpointReader_GetTensor( RuntimeError: ./variables/variables.data-00000-of-00001; No such file or directory During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 9, in <module> reloaded_model = tf.saved_model.load('./') File "/home/user/.local/lib/python3.10/site-packages/tensorflow/python/saved_model/load.py", line 858, in load result = load_partial(export_dir, None, tags, options)["root"] File "/home/user/.local/lib/python3.10/site-packages/tensorflow/python/saved_model/load.py", line 988, in load_partial loader = Loader(object_graph_proto, saved_model_proto, export_dir, File "/home/user/.local/lib/python3.10/site-packages/tensorflow/python/saved_model/load.py", line 205, in __init__ self._restore_checkpoint() File "/home/user/.local/lib/python3.10/site-packages/tensorflow/python/saved_model/load.py", line 540, in _restore_checkpoint load_status = saver.restore(variables_path, self._checkpoint_options) File "/home/user/.local/lib/python3.10/site-packages/tensorflow/python/checkpoint/checkpoint.py", line 1422, in restore object_graph_string = reader.get_tensor(base.OBJECT_GRAPH_PROTO_KEY) File "/home/user/.local/lib/python3.10/site-packages/tensorflow/python/training/py_checkpoint_reader.py", line 71, in get_tensor error_translator(e) File "/home/user/.local/lib/python3.10/site-packages/tensorflow/python/training/py_checkpoint_reader.py", line 45, in error_translator raise errors_impl.OpError(None, None, error_message, errors_impl.UNKNOWN) tensorflow.python.framework.errors_impl.OpError: ./variables/variables.data-00000-of-00001; No such file or directory

Container logs:

Fetching error logs...