mistercrunch commented on issue #30183: URL: https://github.com/apache/superset/issues/30183#issuecomment-2462831922
So what's different from your environment and everyone else's? Please share which git ref/sha you're using and local environment settings that may be relevant (platform, docker-version, docker-compose version). Also maybe nuking you docker environment might help (?) If that's reasonable to do in your env: ```bash docker builder prune --all --force docker system prune --all --volumes --force ``` @rusackas if we had this https://github.com/apache/superset/pull/29609 merged I could just say "please run this script and post the output", it would gather relevant info. Thinking about it I should add host-platform, cpu-type, as they would be relevant here. Probably makes sense to merge so that we can iterate on it. -- 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]
