runtime error

Space failed. Exit code: 1. Reason: /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 "/home/user/app/app.py", line 20, in <module> from infer import infer, latest_version, get_net_g, infer_multilang File "/home/user/app/infer.py", line 14, in <module> from text.cleaner import clean_text File "/home/user/app/text/cleaner.py", line 1, in <module> from text import chinese, japanese, english, cleaned_text_to_sequence File "/home/user/app/text/english.py", line 12, in <module> _g2p = G2p() File "/home/user/.local/lib/python3.10/site-packages/g2p_en/g2p.py", line 71, in __init__ self.cmu = cmudict.dict() File "/home/user/.local/lib/python3.10/site-packages/nltk/corpus/util.py", line 121, in __getattr__ self.__load() File "/home/user/.local/lib/python3.10/site-packages/nltk/corpus/util.py", line 86, in __load raise e File "/home/user/.local/lib/python3.10/site-packages/nltk/corpus/util.py", line 81, in __load root = nltk.data.find(f"{self.subdir}/{self.__name}") File "/home/user/.local/lib/python3.10/site-packages/nltk/data.py", line 583, in find raise LookupError(resource_not_found) LookupError: ********************************************************************** Resource cmudict not found. Please use the NLTK Downloader to obtain the resource: >>> import nltk >>> nltk.download('cmudict')  For more information see: https://www.nltk.org/data.html Attempted to load corpora/cmudict Searched in: - '/home/user/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' **********************************************************************

Container logs:

Fetching error logs...