runtime error
Exit code: 1. Reason: 613: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:607] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered 2025-04-09 22:07:16.161925: E external/local_xla/xla/stream_executor/cuda/cuda_blas.cc:1515] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered 2025-04-09 22:07:16.167926: I external/local_tsl/tsl/cuda/cudart_stub.cc:31] Could not find cuda drivers on your machine, GPU will not be used. 2025-04-09 22:07:16.168115: I tensorflow/core/platform/cpu_feature_guard.cc:182] 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-04-09 22:07:16.996901: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT Downloading model from Hugging Face... Failed to download model: 404 Loading model from /tmp/digit_recognition_model Traceback (most recent call last): File "/home/user/app/app.py", line 68, in <module> model = tf.saved_model.load(LOCAL_MODEL_DIR) File "/usr/local/lib/python3.10/site-packages/tensorflow/python/saved_model/load.py", line 912, in load result = load_partial(export_dir, None, tags, options)["root"] File "/usr/local/lib/python3.10/site-packages/tensorflow/python/saved_model/load.py", line 1017, in load_partial loader_impl.parse_saved_model_with_debug_info(export_dir)) File "/usr/local/lib/python3.10/site-packages/tensorflow/python/saved_model/loader_impl.py", line 59, in parse_saved_model_with_debug_info saved_model = parse_saved_model(export_dir) File "/usr/local/lib/python3.10/site-packages/tensorflow/python/saved_model/loader_impl.py", line 119, in parse_saved_model raise IOError( OSError: SavedModel file does not exist at: /tmp/digit_recognition_model/{saved_model.pbtxt|saved_model.pb}
Container logs:
Fetching error logs...