umihico / docker-selenium-lambda

The simplest demo of chrome automation by python and selenium in AWS Lambda
MIT License
535 stars 127 forks source link

Read Only Filesystem #182

Closed jyepesr1 closed 1 year ago

jyepesr1 commented 1 year ago

In the latest version of the Docker image, I'm getting the following error

OSError: [Errno 30] Read-only file system: '/home/sbx_user1051', when I try to a ChromeDriverManager().install() in my python code