dosubot[bot] commented on issue #31812: URL: https://github.com/apache/superset/issues/31812#issuecomment-2586974037
<!-- Greeting --> Hello @NDHINE! I'm here to help you with the Apache Superset build error you're experiencing. I can assist with bug solving, answering your questions, and guiding you to become a contributor. Let's work together to tackle this issue! <!-- Answer --> There are a couple of similar discussions that might be relevant to your issue: 1. [Going crazy trying to get 2.1.0 running using Docker Compose](https://github.com/apache/superset/discussions/24212) - This discussion is still open and might provide some insights or solutions that could be applicable to your situation <sup>[[1]](https://github.com/apache/superset/discussions/24212)</sup>. 2. [docker-compose up: Cannot start services superset_init, superset_worker_beat...](https://github.com/apache/superset/discussions/19950) - This is another open discussion that might have relevant information <sup>[[2]](https://github.com/apache/superset/discussions/19950)</sup>. Regarding the specific error you're encountering, it seems that the `docker-bootstrap.sh` script is missing from the expected location. This script is crucial for initializing and starting various Superset services within the Docker environment. It should be located in the `docker` directory of the Superset repository <sup>[[3]](https://github.com/apache/superset/blob/master/docker-compose-non-dev.yml)</sup>. To resolve this issue, ensure that the `docker-bootstrap.sh` script is present in the `docker` directory. If it's missing, you might need to check out the correct branch or tag of the repository that includes this script. Additionally, verify that your Docker setup is correctly mounting the `docker` directory as a volume, as specified in the `docker-compose.yml` file <sup>[[4]](https://github.com/apache/superset/blob/master/docker-compose.yml)</sup>. <!-- 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/f08a7135-a834-4ee3-a3b1-5f1991bbf8db?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/f08a7135-a834-4ee3-a3b1-5f1991bbf8db?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/f08a7135-a834-4ee3-a3b1-5f1991bbf8db?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/f08a7135-a834-4ee3-a3b1-5f1991bbf8db?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/f08a7135-a834-4ee3-a3b1-5f1991bbf8db?feedback_type=hallucination) | [Other](https://app.dosu.dev/response-feedback/f08a7135-a834-4ee3-a3b1-5f1991bbf8db?feedback_type=other)</sup> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
