Willie-The-Lord commented on issue #10149: URL: https://github.com/apache/superset/issues/10149#issuecomment-1781588263
> Please nuke your images and volumes: > > ``` > # Nukes containers: > docker rm -f $(docker ps -aq | awk '{print $1}') > > # Nukes images: > docker rmi -f $(docker images | awk '{print $3}') > > # Nukes volumes: > docker-compose down -v > > # Re-Builds docker-compose: > docker-compose build > > # Stand everything back up: > docker-compose up > ``` > > Hope that helps! I encountered the issue during the initial setup. After deleting the containers, images, and volumes, everything started working as expected. -- 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