jonlambert opened a new issue #7381: Hanging during Docker webpack build URL: https://github.com/apache/incubator-superset/issues/7381 I'm attempting to setup Superset on an AWS t3.micro instance. When running: ``` cd incubator-superset/contrib/docker && \ docker-compose build --rm superset ./docker-init.sh ``` The command hangs during the webpack build phase. ### Expected results The build will complete. ### Actual results The command hangs with the following output: ``` # ... > https://www.justgiving.com/refugee-support-europe added 2514 packages in 31.406s > [email protected] build /home/superset/superset/assets > NODE_ENV=production webpack --mode=production --colors --progress clean-webpack-plugin: /home/superset/superset/assets/dist has been removed. Starting type checking service... Using 1 worker with 2048MB memory limit 90% chunk assets processing ``` #### Screenshots N/A #### How to reproduce the bug 1. Clone repository 1. Run: `cd incubator-superset/contrib/docker` 1. Run: `docker-compose build --rm superset ./docker-init.sh` 1. See hanging build. ### Environment (please complete the following information): - OS: `Ubuntu Xenial 16.04` - superset version: `master` - python version: `n/a` - node.js version: `n/a` - npm version: `n/a` ### Checklist Make sure these boxes are checked before submitting your issue - thank you! - [x] 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.
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
