I assume we're going to update the local examples to keep in step with examples, using the new endpoint.
Or better yet... is it possible to just get rid of local and make a more flexible launch.py with a --local flag that doesn't do the verify_environ(), etc.?
I could see reasons to still keep separate folders (e.g. docker_up.sh is very different for ec2 vs local)... but the docker-compose are almost identical. Would be nice to consolidate where possible, so fewer places to update when we make changes like this...
Thoughts?