runtime error

Traceback (most recent call last): File "/usr/local/lib/python3.10/shutil.py", line 256, in copyfile with open(dst, 'wb') as fdst: IsADirectoryError: [Errno 21] Is a directory: '/content/' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/app.py", line 25, in <module> shutil.copy(a33, '/content/') File "/usr/local/lib/python3.10/shutil.py", line 417, in copy copyfile(src, dst, follow_symlinks=follow_symlinks) File "/usr/local/lib/python3.10/shutil.py", line 282, in copyfile raise FileNotFoundError(f'Directory does not exist: {dst}') from e FileNotFoundError: Directory does not exist: /content/

Container logs:

Fetching error logs...