runtime error

Exit code: 1. Reason: Traceback (most recent call last): File "/home/user/app/app.py", line 15, in <module> os.makedirs(OUTPUT_DIRECTORY, exist_ok=True) # Ensure the output directory exists File "/usr/local/lib/python3.10/os.py", line 215, in makedirs makedirs(head, exist_ok=exist_ok) File "/usr/local/lib/python3.10/os.py", line 215, in makedirs makedirs(head, exist_ok=exist_ok) File "/usr/local/lib/python3.10/os.py", line 215, in makedirs makedirs(head, exist_ok=exist_ok) [Previous line repeated 3 more times] File "/usr/local/lib/python3.10/os.py", line 225, in makedirs mkdir(name, mode) PermissionError: [Errno 13] Permission denied: '/raid'

Container logs:

Fetching error logs...