coffemakingtoaster opened a new issue, #20742: URL: https://github.com/apache/superset/issues/20742
A clear and concise description of what the bug is. #### How to reproduce the bug 1. Run the latest tag of the superset docker image as described on the dockerhub page. `docker run -d -p 8080:8088 --name superset apache/superset` ### Expected results The container should start normally. ### Actual results The container terminates due to the following error ```yaml usage: gunicorn [OPTIONS] [APP_MODULE] gunicorn: error: argument --max-requests: expected one argument ``` ### Checklist Make sure to follow these steps before submitting your issue - thank you! - [ ] I have checked the superset logs for python stacktraces and included it here as text if there are any. - [x] I have reproduced the issue with at least the latest released version of superset. - [x] I have checked the issue tracker for the same issue and I haven't found one similar. ### Additional context In my case the issue occurs on a `linux/arm64` system. I currently cannot test if this issue is exclusive to `linux/arm64` systems. -- 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]
