tao-run-on-brev
Brev — TAO execution glue
Standalone install? If this session was not initialized by the TAO skill bank plugin, run the
tao-setupskill first (host preflight, credentials, cross-skill discovery).
NVIDIA Brev provides on-demand GPU instances (pre-loaded with NVIDIA drivers,
CUDA, Docker, and the NVIDIA Container Toolkit). Brev is instance-based: you
provision an instance, run commands on it over brev exec, and delete it when
done.
This skill is deliberately thin. Provisioning and managing instances — create,
search by GPU/price, start/stop, delete, login — is owned by NVIDIA Brev's own
agent skill, not duplicated here. This skill covers only the TAO-specific part:
running a TAO container on a reached instance through the four-verb docker
contract, deferring the container-how to tao-run-on-docker over brev exec.