runtime error

/home/user/app sh: 1: sudo: not found --2023-12-01 09:00:49-- https://raw.githubusercontent.com/vncorenlp/VnCoreNLP/master/VnCoreNLP-1.2.jar Resolving raw.githubusercontent.com (raw.githubusercontent.com)... failed: Temporary failure in name resolution. wget: unable to resolve host address ‘raw.githubusercontent.com’ --2023-12-01 09:01:09-- https://raw.githubusercontent.com/vncorenlp/VnCoreNLP/master/models/wordsegmenter/vi-vocab Resolving raw.githubusercontent.com (raw.githubusercontent.com)... failed: Temporary failure in name resolution. wget: unable to resolve host address ‘raw.githubusercontent.com’ --2023-12-01 09:01:29-- https://raw.githubusercontent.com/vncorenlp/VnCoreNLP/master/models/wordsegmenter/wordsegmenter.rdr Resolving raw.githubusercontent.com (raw.githubusercontent.com)... failed: Temporary failure in name resolution. wget: unable to resolve host address ‘raw.githubusercontent.com’ Traceback (most recent call last): File "/usr/local/lib/python3.10/shutil.py", line 816, in move os.rename(src, real_dst) FileNotFoundError: [Errno 2] No such file or directory: 'vi-vocab' -> '/home/user/app/vncorenlp/models/wordsegmenter/vi-vocab' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 11, in <module> py_vncorenlp.download_model(save_dir='/home/user/app/vncorenlp') File "/home/user/.local/lib/python3.10/site-packages/py_vncorenlp/vncorenlp.py", line 25, in download_model shutil.move("vi-vocab", save_dir + "/models/wordsegmenter/vi-vocab") File "/usr/local/lib/python3.10/shutil.py", line 836, in move copy_function(src, real_dst) File "/usr/local/lib/python3.10/shutil.py", line 434, in copy2 copyfile(src, dst, follow_symlinks=follow_symlinks) File "/usr/local/lib/python3.10/shutil.py", line 254, in copyfile with open(src, 'rb') as fsrc: FileNotFoundError: [Errno 2] No such file or directory: 'vi-vocab'

Container logs:

Fetching error logs...