runtime error

Exit code: 1. Reason: Collecting en-core-web-sm==3.8.0 Downloading https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.8.0/en_core_web_sm-3.8.0-py3-none-any.whl (12.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.8/12.8 MB 121.8 MB/s 0:00:00 Installing collected packages: en-core-web-sm Successfully installed en-core-web-sm-3.8.0 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. ✔ Download and installation successful You can now load the package via spacy.load('en_core_web_sm') config.json: 0%| | 0.00/555 [00:00<?, ?B/s] config.json: 100%|██████████| 555/555 [00:00<00:00, 2.93MB/s] vocab.txt: 0%| | 0.00/379k [00:00<?, ?B/s] vocab.txt: 100%|██████████| 379k/379k [00:00<00:00, 56.7MB/s] Traceback (most recent call last): File "/app/app.py", line 33, in <module> with open("artifacts/union_trigrams.json") as f: FileNotFoundError: [Errno 2] No such file or directory: 'artifacts/union_trigrams.json'

Container logs:

Fetching error logs...