runtime error

Exit code: 1. Reason: /usr/local/lib/python3.10/site-packages/transformers/tokenization_utils_base.py:1601: FutureWarning: `clean_up_tokenization_spaces` was not set. It will be set to `True` by default. This behavior will be depracted in transformers v4.45, and will be then set to `False` by default. For more details check this issue: https://github.com/huggingface/transformers/issues/31884 warnings.warn( Traceback (most recent call last): File "/home/user/app/app.py", line 24, in <module> random_data = game_master.random_image_text_data( 12 ) File "/home/user/app/src/GameMaster.py", line 45, in random_image_text_data random_img_datas = self.remote.random_sample(n) File "/home/user/app/src/RemoteDatabase.py", line 51, in random_sample self.download_file(image_name, os.path.join('temp_images', image_name)) File "/home/user/app/src/RemoteDatabase.py", line 96, in download_file with open(save_path, 'wb') as file: FileNotFoundError: [Errno 2] No such file or directory: 'temp_images/y719mog7wf6q.jpg'

Container logs:

Fetching error logs...