Hello, when running entrypoint.sh in Google's Cloudshell it throws the error "No module named 'yaml' The fix for this is to install PyYAML: sudo pip install PyYAML
If you are having other issues to debug the script replace the -e flag on the shebang line with -x to give some clues.