nytai commented on issue #9880: URL: https://github.com/apache/superset/issues/9880#issuecomment-779382104
@wahyd4 docker-compose is a dev environment set up. If you'd like to run an official version you can use the pypi distribution, ie `pip install apache-superset` or you can use one of the official release docker images, https://hub.docker.com/layers/apache/superset/1.0.1/images/sha256-8accc0a4bc0af3293e64c6dfe78bec16de8525ebdc5d649eca21d77fa3e73da8?context=explore This of course means you will have to provide your own metadata database, redis instance, and you will have to configure workers properly in another container. Up to you which set "issues" you're more comfortable dealing with ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
