runtime error
Exit code: 1. Reason: /usr/local/lib/python3.9/site-packages/xgboost/core.py:158: UserWarning: [18:22:26] WARNING: /workspace/src/collective/../data/../common/error_msg.h:80: If you are loading a serialized model (like pickle in Python, RDS in R) or configuration generated by an older version of XGBoost, please export the model by calling `Booster.save_model` from that version first, then load it back in current version. See: https://xgboost.readthedocs.io/en/stable/tutorials/saving_model.html for more details about differences between saving model and serializing. warnings.warn(smsg, UserWarning) /usr/local/lib/python3.9/site-packages/sklearn/base.py:380: InconsistentVersionWarning: Trying to unpickle estimator StandardScaler from version 1.7.1 when using version 1.6.1. 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 15, in <module> iface = gr.Interface( File "/usr/local/lib/python3.9/site-packages/gradio/interface.py", line 476, in __init__ self.flagging_callback.setup( File "/usr/local/lib/python3.9/site-packages/gradio/flagging.py", line 140, in setup os.makedirs(flagging_dir, exist_ok=True) File "/usr/local/lib/python3.9/os.py", line 225, in makedirs mkdir(name, mode) PermissionError: [Errno 13] Permission denied: 'flagged'
Container logs:
Fetching error logs...