runtime error

Space failed. Exit code: 1. Reason: ==========================>.] - ETA: 1s - loss: 0.0144 - accuracy: 0.9952 - precision: 0.9914 - auc: 0.9993 - recall: 0.9990 59/60 [============================>.] - ETA: 0s - loss: 0.0142 - accuracy: 0.9952 - precision: 0.9915 - auc: 0.9994 - recall: 0.9989 60/60 [==============================] - ETA: 0s - loss: 0.0142 - accuracy: 0.9952 - precision: 0.9915 - auc: 0.9994 - recall: 0.9989 60/60 [==============================] - 45s 740ms/step - loss: 0.0142 - accuracy: 0.9952 - precision: 0.9915 - auc: 0.9994 - recall: 0.9989 - val_loss: 0.1448 - val_accuracy: 0.9775 - val_precision: 0.9593 - val_auc: 0.9894 - val_recall: 0.9974 Epoch 13: early stopping Traceback (most recent call last): File "/app/main.py", line 808, in <module> model.save("spam-model.h5",include_optimizer=True) File "/usr/local/lib/python3.9/site-packages/keras/utils/traceback_utils.py", line 70, in error_handler raise e.with_traceback(filtered_tb) from None File "/usr/local/lib/python3.9/site-packages/h5py/_hl/files.py", line 562, in __init__ fid = make_fid(name, mode, userblock_size, fapl, fcpl, swmr=swmr) File "/usr/local/lib/python3.9/site-packages/h5py/_hl/files.py", line 241, in make_fid fid = h5f.create(name, h5f.ACC_TRUNC, fapl=fapl, fcpl=fcpl) File "h5py/_objects.pyx", line 54, in h5py._objects.with_phil.wrapper File "h5py/_objects.pyx", line 55, in h5py._objects.with_phil.wrapper File "h5py/h5f.pyx", line 122, in h5py.h5f.create PermissionError: [Errno 13] Unable to synchronously create file (unable to open file: name = 'spam-model.h5', errno = 13, error message = 'Permission denied', flags = 13, o_flags = 242)

Container logs:

Fetching error logs...