#!/bin/bash

VERSION=5.1.6
IMAGE=${IMAGE:-"registry.cn-shanghai.aliyuncs.com/discover-robotics/airbot-runtime:"$VERSION}

docker run -it --rm --network=host -v $(pwd):/root/runtime $IMAGE python3 /opt/iap.py "$@"