allenai / ARC-Solvers

ARC Question Solvers
http://data.allenai.org/arc/
Apache License 2.0
82 stars 16 forks source link

The docker file can't pass build #23

Open PantherYan opened 4 years ago

PantherYan commented 4 years ago

Build Error on Step 11 /15 .

It's shows no right to build the lib.


I install on my mac laptop. After I download the data, then I try to start an ElasticSearch instance and index the ARC corpus

python scripts/index-corpus.py arc_solvers/data/ARC-V1-Feb2018/ARC_Corpus.txt arc_corpus "localhost"

But I got an error :

ConnectionError(<urllib3.connection.HTTPConnection object at 0x110845080>: Failed to establish a new connection: [Errno 61] Connection refused) caused by: NewConnectionError(<urllib3.connection.HTTPConnection object at 0x110845080>: Failed to establish a new connection: [Errno 61] Connection refused)

I also try another workstation. It still has this error.