soumilshah1995 opened a new issue, #26231: URL: https://github.com/apache/superset/issues/26231
followed steps ``` git clone https://github.com/apache/superset.git export DOCKER_DEFAULT_PLATFORM=linux/amd64 docker-compose up --build ``` <img width="935" alt="Screenshot 2023-12-10 at 6 00 15 PM" src="https://github.com/apache/superset/assets/39345855/ddb6107e-feff-4d9b-b50d-95a2adfbdb1f"> read few post https://github.com/apache/superset/issues/26170 tried ``` $ docker-compose down && docker image prune -a $ export DOCKER_DEFAULT_PLATFORM=linux/amd64 $ docker-compose -f docker-compose-non-dev.yml up ``` but again that also does not work -- 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]
