runtime error

Exit code: 1. Reason: ightly 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-05-21 14:32:00.552646: E external/local_xla/xla/stream_executor/cuda/cuda_dnn.cc:9261] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered 2025-05-21 14:32:00.552675: 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-05-21 14:32:00.553869: 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-05-21 14:32:00.559446: 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-05-21 14:32:01.517988: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT Downloading: "https://download.pytorch.org/models/resnet50-0676ba61.pth" to /home/user/.cache/torch/hub/checkpoints/resnet50-0676ba61.pth 0%| | 0.00/97.8M [00:00<?, ?B/s] 100%|██████████| 97.8M/97.8M [00:00<00:00, 320MB/s] Traceback (most recent call last): File "/home/user/app/app.py", line 4, in <module> from models.energy_anomaly_detection import detect_energy_anomalies File "/home/user/app/models/energy_anomaly_detection.py", line 12, in <module> raise FileNotFoundError(f"Error: Model directory {model_path} does not exist. Please run train_lstm_model.py to generate the model.") FileNotFoundError: Error: Model directory models/lstm_energy_model does not exist. Please run train_lstm_model.py to generate the model.

Container logs:

Fetching error logs...