F041 commented on issue #29583:
URL: https://github.com/apache/superset/issues/29583#issuecomment-2241629056

   Solved doing something I feared: 
   `**sudo rm /usr/local/bin/docker-compose**
   `
   and ofc then 
   ```
   sudo curl -L "https://github.com/docker/compose/releases/download/$(curl -s 
https://api.github.com/repos/docker/compose/releases/latest | grep -oP 
'"tag_name": "\K(.*)(?=")')/docker-compose-$(uname -s)-$(uname -m)" -o 
/usr/local/bin/docker-compose
   sudo chmod +x /usr/local/bin/docker-compose
   ```
   now I got v2.29
   
   It took over 10 minutes to complete the docker-compose up, though (ARM, 
4VCPU)
   


-- 
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: notifications-unsubscr...@superset.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org
For additional commands, e-mail: notifications-h...@superset.apache.org

Reply via email to