简体中文
ppio-sandbox-cli template build -c "/root/.jupyter/start-up.sh" --cpu-count 2 --memory-mb 2048
ppio-sandbox-cli template build
ppio.toml
template_id = "0r0efkbfwzfp9p7qpc1c" dockerfile = "ppio.Dockerfile" template_name = "my-agent-sandbox" ready_cmd = "<your-ready-command>" # 指定沙箱模板 vCPU 和 RAM 规格为 2 vCPU、2GB RAM cpu_count = 2 memory_mb = 2_048