giuliastro

Results 14 comments of giuliastro

Same error on Ubuntu even trying with webdriver-manager too.

Reopening, as I keep experiencing these problems. Thank you.

Thank you so much Abdullah, please keep the great work you are doing.

same here, everything installs and run fine but it doesn't work. Also, I tried adding websites as sources, but only one or two pages are scanned. Again, I am unable...

unfortunately it still doesn't work for me, at least with websites.

it seems like the script checks if gpt4all is installed it and installs it otherwise, something added recently. If you don't care about gpt4all, just edit Quivr/backend/Dockerfile and replace this:...

> This error seems like a Docker caching error. The best thing to do is add a meaningless line to the Dockerfile to stop the previous image from being used....

> The root cause of this issue is that the line break type in the start.sh script is set to CRLF. By switching it to LF, the problem should be...

> That has already been suggested, thank you. Unfortunately permissions is not the problem.

> I changed the "ENTRYPOINT [""/code/scripts/start.sh"] to "ENTRYPOINT ["sh", "/code/scripts/start.sh"]" You got it! (almost) The shell is bash, not sh. This should fix all errors: `ENTRYPOINT ["bash", "/code/scripts/start.sh"]` this, together...