dungdm93 commented on issue #13640: URL: https://github.com/apache/superset/issues/13640#issuecomment-801953973
@mschuch I just realize that `superset-webserver` in the docker-compose use default command (`docker/docker-entrypoint.sh`) which don't load `docker/docker-bootstrap.sh` file, and then don't install the dependencies is defined in `requirements-local.txt` https://github.com/apache/superset/blob/adc247b7e4fade7ef0d68cb07df5e3aa6bf9a677/docker-compose-non-dev.yml#L43-L51 For now, you could workaround by overriding docker command like this:  ---------------------------------------------------------------- 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]
