-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to setup chrome browser and chromedriver with Docker? #107
Comments
@gavrilka as far as I can tell you are running a Python process and thus
Thus, my guess would be to add |
@dimaqq unfortunatly, any command like: |
you may need to |
@dimaqq i tried this Dockerfile code:
Result: |
a bit update for today:
first i also tried stable google-chrome |
I think this is quickly becoming a "how to unstall chromedriver in Docker" issue and not
|
Selenium has some of these images and some documentation at https://github.com/SeleniumHQ/docker-selenium |
Specifically for libnss: see e.g. https://qiita.com/mh4gf/items/e6e4551bcae0fb745ee8 |
Using docker-compose to launch my app on Amazon Ubuntu 20.04.
Tested on windows pycharm, all works great because i have Chrome installed my windows.
Now i have to build my app on Amazon Ubuntu 20.04 server using docker-compose, i tried lots of different ways but stil can't make it work...
Here is my docker and part of python code:
My Dockerfile:
My docker-compose:
requirements.txt include arsenic~=20.9
FileNotFoundError: [Errno 2] No such file or directory: 'chromedriver'
The text was updated successfully, but these errors were encountered: