brmson / yodaqa

A Question Answering system built on top of the Apache UIMA framework.
http://ailao.eu/yodaqa
Other
619 stars 205 forks source link

Can't run labels docker container #82

Closed murphp15 closed 6 years ago

murphp15 commented 6 years ago

Hey Guys I really love the project I have learnt a lot from just reading the code. However When I build and run the docker labels container I get the below error: Where should I get the file sorted_list.dat from?

loading labels Traceback (most recent call last): File "app_main.py", line 75, in run_toplevel File "/label-lookup/lookup-service.py", line 183, in web_init(list_filename) File "/label-lookup/lookup-service.py", line 153, in web_init dataset = Dataset.load_from_file(list_filename) File "/label-lookup/lookup-service.py", line 116, in load_from_file with codecs.open(list_filename, "r", encoding="utf-8") as f: File "/usr/lib/pypy/lib-python/2.7/codecs.py", line 878, in open file = builtin.open(filename, mode, buffering) IOError: [Errno 2] No such file or directory: '/shared/sorted_list.dat'