runtime error

Exit code: 1. Reason: ROOT LEVEL FILES: ['bin', 'boot', 'dev', 'etc', 'home', 'lib', 'lib64', 'media', 'mnt', 'opt', 'proc', 'root', 'run', 'sbin', 'srv', 'sys', 'tmp', 'usr', 'var', 'pipfreeze', 'app'] APP LEVEL FILES: ['.git', '.gitattributes', 'Dockerfile', 'README.md', 'app.py', 'requirements.txt'] CODE LEVEL FILES: NO /code FOLDER WORKDIR FILES: ['.git', '.gitattributes', 'Dockerfile', 'README.md', 'app.py', 'requirements.txt'] Traceback (most recent call last): File "/app/app.py", line 20, in <module> model = joblib.load("/code/model_repo/ensemble_model.joblib") File "/usr/local/lib/python3.10/site-packages/joblib/numpy_pickle.py", line 735, in load with open(filename, "rb") as f: FileNotFoundError: [Errno 2] No such file or directory: '/code/model_repo/ensemble_model.joblib' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/app.py", line 23, in <module> raise RuntimeError(f"Error loading model or scaler: {str(e)}") RuntimeError: Error loading model or scaler: [Errno 2] No such file or directory: '/code/model_repo/ensemble_model.joblib'

Container logs:

Fetching error logs...