#!/bin/bash # Build think service image (arm64) set -e VERSION=${1:-"latest"} /home/alex/lyra/scripts/build-service.sh think "$VERSION"