runtime error
Exit code: 1. Reason: vironment variable `TF_ENABLE_ONEDNN_OPTS=0`. I0000 00:00:1775028655.145326 1 cpu_feature_guard.cc:227] This TensorFlow binary is optimized to use available CPU instructions in performance-critical operations. To enable the following instructions: AVX2 AVX512F AVX512_VNNI FMA, in other operations, rebuild TensorFlow with the appropriate compiler flags. WARNING: All log messages before absl::InitializeLog() is called are written to STDERR I0000 00:00:1775028656.532377 1 port.cc:153] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To turn them off, set the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. Traceback (most recent call last): File "/app/app.py", line 10, in <module> leaf_model = load_model("leaf_detector.h5") # Binary model File "/usr/local/lib/python3.13/site-packages/keras/src/saving/saving_api.py", line 196, in load_model return legacy_h5_format.load_model_from_hdf5( ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ filepath, ^^^^^^^^^ ...<2 lines>... safe_mode=safe_mode, ^^^^^^^^^^^^^^^^^^^^ ) ^ File "/usr/local/lib/python3.13/site-packages/keras/src/legacy/saving/legacy_h5_format.py", line 118, in load_model_from_hdf5 f = h5py.File(filepath, mode="r") File "/usr/local/lib/python3.13/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.13/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 = 'leaf_detector.h5', errno = 2, error message = 'No such file or directory', flags = 0, o_flags = 0)
Container logs:
Fetching error logs...