runtime error
Exit code: 1. Reason: Traceback (most recent call last): File "/code/app.py", line 12, in <module> nltk.data.find('corpora/wordnet') File "/usr/local/lib/python3.9/site-packages/nltk/data.py", line 579, in find raise LookupError(resource_not_found) LookupError: ********************************************************************** Resource [93mwordnet[0m not found. Please use the NLTK Downloader to obtain the resource: [31m>>> import nltk >>> nltk.download('wordnet') [0m For more information see: https://www.nltk.org/data.html Attempted to load [93mcorpora/wordnet[0m Searched in: - '/usr/local/nltk_data' - '/nltk_data' - '/usr/local/nltk_data' - '/usr/local/share/nltk_data' - '/usr/local/lib/nltk_data' - '/usr/share/nltk_data' - '/usr/local/share/nltk_data' - '/usr/lib/nltk_data' - '/usr/local/lib/nltk_data' ********************************************************************** During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/code/app.py", line 14, in <module> raise RuntimeError("NLTK wordnet data not found. Make sure it's downloaded in Docker build.") RuntimeError: NLTK wordnet data not found. Make sure it's downloaded in Docker build.
Container logs:
Fetching error logs...