GitHub user dosubot[bot] added a comment to the discussion: Tooltip for Map Deck.gl Polygon
<!-- Answer --> Yes, Superset 6.0 can be installed using Docker and Docker Compose. You can use the official Docker image `apache/superset:6.0.0` and follow the quickstart instructions. For example, you can set the TAG environment variable to `6.0.0` and run: ```bash docker compose -f docker-compose-image-tag.yaml up ``` Or, if you cloned the Superset repository, check out the `6.0.0` tag and run: ```bash git checkout tags/6.0.0 docker compose -f docker-compose-image-tag.yml up ``` This will start Superset 6.0 with all required services. For production, you may need to extend the Docker image to add database drivers or other dependencies. More details and troubleshooting tips are available in the [official documentation](https://github.com/apache/superset/blob/master/docs/docs/installation/installation-methods.mdx) and [Docker build guide](https://github.com/apache/superset/blob/master/docs/docs/installation/docker-builds.mdx). <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot).* --- <sup>How did I do? [Good](https://app.dosu.dev/response-feedback/f282f4cc-f226-4015-adff-84f2375cd391?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/f282f4cc-f226-4015-adff-84f2375cd391?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/f282f4cc-f226-4015-adff-84f2375cd391?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/f282f4cc-f226-4015-adff-84f2375cd391?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/f282f4cc-f226-4015-adff-84f2375cd391?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/f282f4cc-f226-4015-adff-84f2375cd391?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/f282f4cc-f226-4015-adff-84f2375cd391?feedback_type=other)</sup> [](https://app.dosu.dev/a28d3c7e-a9d3-459e-9fb6-3a6f9ff4f357/ask?utm_source=github) [](https://cursor.com/link/prompt?text=Yes%2C%20Superset%206.0%20can%20be%20installed%20using%20Docker%20and%20Docker%20Compose.%20You%20can%20use%20the%20official%20Docker%20image%20%60apache/superset%3A6.0.0%60%20and%20follow%20the%20quickstart%20instructions.%20For%20example%2C%20you%20can%20set%20the%20TAG%20environment%20variable%20to%20%606.0.0%60%20and%20run%3A%0A%0A%60%60%60bash%0Adocker%20compose%20-f%20docker-compose-image-tag.yaml%20up%0A%60%60%60%0A%0AOr%2C%20if%20you%20cloned%20the%20Superset%20repository%2C%20check%20out%20the%20%606.0.0%60%20tag%20and%20run%3A%0A%0A%60%60%60bash%0Agit%20checkout%20tags/6.0.0%0Adocker%20compose%20-f%20docker-compose-image-tag.yml%20up%0A%60%60%60%0A%0AThis%20will%20start%20Superset%206.0%20with%20all%20required%20services.%20For%20production% 2C%20you%20may%20need%20to%20extend%20the%20Docker%20image%20to%20add%20database%20drivers%20or%20other%20dependencies.%20More%20details%20and%20troubleshooting%20tips%20are%20available%20in%20the%20%5Bofficial%20documentation%5D%28https%3A//github.com/apache/superset/blob/master/docs/docs/installation/installation-methods.mdx%29%20and%20%5BDocker%20build%20guide%5D%28https%3A//github.com/apache/superset/blob/master/docs/docs/installation/docker-builds.mdx%29.) [](https://go.dosu.dev/discord-bot) [](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/apache/superset/discussions/37870) GitHub link: https://github.com/apache/superset/discussions/37870#discussioncomment-15763670 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
