PermissionError when running crawl4ai in Docker: [Errno 13] Permission denied: '/nonexistent'
Description of the Issue:
I'm encountering the error PermissionError: [Errno 13] Permission denied: '/nonexistent' when trying to use crawl4ai as a component in my Docker-based project. When starting the Docker container, the application throws an error indicating that it cannot create the directory /nonexistent.
Error Details:
chatbot-api-1 | File "/usr/local/lib/python3.10/site-packages/crawl4ai/async_database.py", line 8, in
What is the best way to configure crawl4AI in a docker environment?
@QuangTQV Hi, thank you for using our library. I'm trying to create the Docker image by this week. You'll then be able to use our Docker image definition and mix it with your own. Hopefully, it will work. I'll be able to give you a better answer soon, so just stay tuned for a few more days while I work on the Docker image.
@QuangTQV Closing this issue due to inactivity. Here's the docs for docker setup https://crawl4ai.com/mkdocs/core/docker-deploymeny/
Please open this as a new issue if the problem still exists.