runtime error

Exit code: 1. Reason: on orders. To turn them off, set the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2025-12-05 09:22:37.574034: 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/sklearn/base.py:442: InconsistentVersionWarning: Trying to unpickle estimator StandardScaler from version 1.6.1 when using version 1.7.2. This might lead to breaking code or invalid results. Use at your own risk. For more info please refer to: https://scikit-learn.org/stable/model_persistence.html#security-maintainability-limitations warnings.warn( /usr/local/lib/python3.10/site-packages/sklearn/base.py:442: InconsistentVersionWarning: Trying to unpickle estimator OneHotEncoder from version 1.6.1 when using version 1.7.2. This might lead to breaking code or invalid results. Use at your own risk. For more info please refer to: https://scikit-learn.org/stable/model_persistence.html#security-maintainability-limitations warnings.warn( Traceback (most recent call last): File "/app/app.py", line 9, in <module> xgb_model = joblib.load("xgboost_model.pkl") File "/usr/local/lib/python3.10/site-packages/joblib/numpy_pickle.py", line 749, in load obj = _unpickle( File "/usr/local/lib/python3.10/site-packages/joblib/numpy_pickle.py", line 626, in _unpickle obj = unpickler.load() File "/usr/local/lib/python3.10/pickle.py", line 1213, in load dispatch[key[0]](self) File "/usr/local/lib/python3.10/pickle.py", line 1538, in load_stack_global self.append(self.find_class(module, name)) File "/usr/local/lib/python3.10/pickle.py", line 1582, in find_class return _getattribute(sys.modules[module], name)[0] File "/usr/local/lib/python3.10/pickle.py", line 331, in _getattribute raise AttributeError("Can't get attribute {!r} on {!r}" AttributeError: Can't get attribute '_RemainderColsList' on <module 'sklearn.compose._column_transformer' from '/usr/local/lib/python3.10/site-packages/sklearn/compose/_column_transformer.py'>

Container logs:

Fetching error logs...