runtime error
Exit code: 1. Reason: Traceback (most recent call last): File "/home/user/app/app.py", line 8, in <module> nlp = spacy.load("en_core_web_sm", disable=["ner", "lemmatizer"]) File "/usr/local/lib/python3.10/site-packages/spacy/__init__.py", line 50, in load return util.load_model( File "/usr/local/lib/python3.10/site-packages/spacy/util.py", line 472, in load_model raise IOError(Errors.E050.format(name=name)) OSError: [E050] Can't find model 'en_core_web_sm'. It doesn't seem to be a Python package or a valid path to a data directory. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 10, in <module> raise RuntimeError(f"Failed to load spaCy model: {str(e)}") RuntimeError: Failed to load spaCy model: [E050] Can't find model 'en_core_web_sm'. It doesn't seem to be a Python package or a valid path to a data directory.
Container logs:
Fetching error logs...