allenai / science-parse

Science Parse parses scientific papers (in PDF form) and returns them in structured form.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Windows Docker Issue

amandalmia14 opened this issue · comments

Hi,

@dirkgr
I am running docker in my windows (Docker version 17.03.1 CE)
An error is occurring when running an the science parser image.

docker_error

My system has 64 G RAM and having 8 physical processors. Why the image is getting killed?

Thanks

It's hard to know from afar, but I just started up the image, using exactly your command, and it worked just fine. I would suspect it's a memory problem. I don't run Windows, but in Docker on Mac, I can specify the maximum amount of memory I want Docker to use. Maybe yours is set too low? The dialog looks like this for me:
screen shot 2018-12-04 at 14 36 54

Yes, I need to configure the daemon about the RAM and CPU and it worked.
Thanks.