GitHub user dosubot[bot] added a comment to the discussion: Superset Failed taking a screenshot Message: 'chromedriver' executable needs to be in PATH. Please see https://sites.google.com/a/chromium.org/chromedriver/home from sending email automatically with Alert&Report function
<!-- Answer --> Yes, you will need to rebuild the Docker image after modifying the Dockerfile. Restarting the container alone won't apply the changes made in the Dockerfile. Use the following command to rebuild the image: ```bash docker-compose build ``` After rebuilding, restart your containers with: ```bash docker-compose up -d ``` This will ensure that the new image, with the updated `chromedriver` installation, is used. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* --- <sup>Help Dosu learn! Give it feedback: [Great Response](https://app.dosu.dev/response-feedback/ffcaab0a-d285-4b4b-bfd2-f2df5ce3dc9f?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/ffcaab0a-d285-4b4b-bfd2-f2df5ce3dc9f?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/ffcaab0a-d285-4b4b-bfd2-f2df5ce3dc9f?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/ffcaab0a-d285-4b4b-bfd2-f2df5ce3dc9f?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/ffcaab0a-d285-4b4b-bfd2-f2df5ce3dc9f?feedback_type=hallucination) | [Other](https://app.dosu.dev/response-feedback/ffcaab0a-d285-4b4b-bfd2-f2df5ce3dc9f?feedback_type=other)</sup> GitHub link: https://github.com/apache/superset/discussions/33610#discussioncomment-13300824 ---- This is an automatically sent email for notifications@superset.apache.org. To unsubscribe, please send an email to: notifications-unsubscr...@superset.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org