runtime error
Exit code: 1. Reason: 2025-10-14 11:19:40.054520: I external/local_xla/xla/tsl/cuda/cudart_stub.cc:31] Could not find cuda drivers on your machine, GPU will not be used. 2025-10-14 11:19:40.054892: I tensorflow/core/util/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`. 2025-10-14 11:19:40.104503: I tensorflow/core/platform/cpu_feature_guard.cc:210] 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. 2025-10-14 11:19:41.802737: I tensorflow/core/util/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`. 2025-10-14 11:19:41.803386: I external/local_xla/xla/tsl/cuda/cudart_stub.cc:31] Could not find cuda drivers on your machine, GPU will not be used. /usr/local/lib/python3.10/site-packages/tensorflow/lite/python/interpreter.py:457: UserWarning: Warning: tf.lite.Interpreter is deprecated and is scheduled for deletion in TF 2.20. Please use the LiteRT interpreter from the ai_edge_litert package. See the [migration guide](https://ai.google.dev/edge/litert/migration) for details. warnings.warn(_INTERPRETER_DELETION_WARNING) Traceback (most recent call last): File "/app/app.py", line 19, in <module> interpreter = tf.lite.Interpreter(model_path=MODEL_PATH) File "/usr/local/lib/python3.10/site-packages/tensorflow/lite/python/interpreter.py", line 490, in __init__ self._interpreter = _interpreter_wrapper.CreateWrapperFromFile( ValueError: Could not open '/app/../models/fish_freshness_mobilenetv2.tflite'.
Container logs:
Fetching error logs...