runtime error

Exit code: 3. Reason: ocked File "<frozen importlib._bootstrap_external>", line 940, in exec_module File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed File "/app/app.py", line 3, in <module> from predict import predict_soil File "/app/predict.py", line 14, in <module> model = load_model("models/soil_cnn_model.h5") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/keras/src/saving/saving_api.py", line 195, in load_model return legacy_h5_format.load_model_from_hdf5( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/keras/src/legacy/saving/legacy_h5_format.py", line 120, in load_model_from_hdf5 f = h5py.File(filepath, mode="r") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/h5py/_hl/files.py", line 564, in __init__ fid = make_fid(name, mode, userblock_size, fapl, fcpl, swmr=swmr) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/h5py/_hl/files.py", line 238, in make_fid fid = h5f.open(name, flags, fapl=fapl) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "h5py/_objects.pyx", line 56, in h5py._objects.with_phil.wrapper File "h5py/_objects.pyx", line 57, in h5py._objects.with_phil.wrapper File "h5py/h5f.pyx", line 102, in h5py.h5f.open FileNotFoundError: [Errno 2] Unable to synchronously open file (unable to open file: name = 'models/soil_cnn_model.h5', errno = 2, error message = 'No such file or directory', flags = 0, o_flags = 0) [Errno 2] Unable to synchronously open file (unable to open file: name = 'models/soil_cnn_model.h5', errno = 2, error message = 'No such file or directory', flags = 0, o_flags = 0) [2026-05-24 07:33:19 +0000] [7] [INFO] Worker exiting (pid: 7) [2026-05-24 07:33:21 +0000] [1] [ERROR] Worker (pid:7) exited with code 3. [2026-05-24 07:33:21 +0000] [1] [ERROR] Shutting down: Master [2026-05-24 07:33:21 +0000] [1] [ERROR] Reason: Worker failed to boot.

Container logs:

Fetching error logs...