mistercrunch commented on issue #29825: URL: https://github.com/apache/superset/issues/29825#issuecomment-2523950288
NOTE: In CI, to limit memory consumption, I sequentialize building docker layers by running a command that builds the `superset-node` docker "target" first, and then build the `lean` or `dev` after, sequentially. Otherwise what happens is docker builds `superset-node` and `python-base` in parallel. That can help a bit with build memory consumption where memory-constrained. Anyhow, in all cases, you should either reuse published images if/when you can (simple docker pull from Docker Hub), or meet the mem requirement if you want to build. -- 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]
