:/home/container$ if [[ -d .git ]] && [[ ${AUTO_UPDATE} == "1" ]]; then git pull; fi; if [[ ! -z ${PY_PACKAGES} ]]; then pip install -U --prefix .local ${PY_PACKAGES}; fi; if [[ -f /home/container/${REQUIREMENTS_FILE} ]]; then pip install -U --prefix .local -r ${REQUIREMENTS_FILE}; fi; /usr/local/bin/python /home/container/${BOT_PY_FILE} Traceback (most recent call last): File "/home/container/bot.py", line 15, in <module> browser = webdriver.Chrome (service=Service (ChromeDriverManager ( ).install ( ))) File "/home/container/.local/lib/python3.9/site-packages/selenium/webdriver/chrome/webdriver.py", line 81, in init super().init( File "/home/container/.local/lib/python3.9/site-packages/selenium/webdriver/chromium/webdriver.py", line 103, in init self.service.start() File "/home/container/.local/lib/python3.9/site-packages/selenium/webdriver/common/service.py", line 106, in start self.assert_process_still_running() File "/home/container/.local/lib/python3.9/site-packages/selenium/webdriver/common/service.py", line 119, in assert_process_still_running raise WebDriverException(f"Service {self.path} unexpectedly exited. Status code was: {return_code}") selenium.common.exceptions.WebDriverException: Message: Service /home/container/.wdm/drivers/chromedriver/linux64/107.0.5304/chromedriver unexpectedly exited. Status code was: 127