| name | vss-sop-deploy |
| description | Build the DS-SOP Docker image and deploy the VSS SOP blueprint end-to-end. Use when asked to deploy SOP, build DS SOP, install SOP, set up the SOP pipeline, verify SOP models, start the SOP blueprint, simulate RTSP for SOP, run the SOP API test, or tear down SOP. |
| owner | NVIDIA |
| service | vss-sop |
| version | 1.0.0 |
| license | CC-BY-4.0 AND Apache-2.0 |
| reviewed | "2026-06-23T00:00:00.000Z" |
| metadata | {"openclaw":{"emoji":"🏗️","os":["linux"]},"author":"Quan Vu <qvu@nvidia.com>","tags":["vss","sop","deploy"]} |
VSS SOP — Build DS-SOP & Deploy
Complete end-to-end skill: build the DS-SOP Docker image, verify models, configure the blueprint, deploy, test, and tear down using structured helper scripts.
Overview
Use this skill when deploying or tearing down the VSS SOP blueprint, starting RTSP simulations, or validating prerequisites.
Key operations:
- Verifying host requirements and Docker setups.
- Downloading assets and checkpoints under
/opt.
- Creating RTSP simulation streams.
- Configuring host environments and deploying compose services.
Prerequisites
- Hardware: H100 / H200 / A100 GPU (>= 80 GB VRAM).
- Driver: NVIDIA Driver 580 with CUDA 13.
- NGC Keys: Registered with subscription access to Metropolis data bundles.
Instructions
Requirements
| Item | Value |
|---|
| CUDA | 13 |
| Driver | 580 |
| Hardware | H100 / H200 / A100 |
| GPU | >= 80 GB VRAM, >= 1 GPU |
Software: Docker, NVIDIA Container Toolkit 1.18.1, NVIDIA Driver 580, ngc CLI.
Examples
Run Deploy Setup
./agentic/vss-sop-skills/vss-sop-deploy/scripts/configure_blueprint.sh --bp-repo . --vlm-mode local
./agentic/vss-sop-skills/vss-sop-deploy/scripts/deploy.sh --bp-repo .
Manage Simulation and Teardown
./agentic/vss-sop-skills/vss-sop-deploy/scripts/start_rtsp_server.sh --bp-repo .
./agentic/vss-sop-skills/vss-sop-deploy/scripts/teardown.sh --bp-repo .
Phase 0 — Prerequisites Check & Auto-Install
Run this phase before every deploy. It checks secret key files, GPU drivers, Docker, NVIDIA Container Toolkit, and NGC configuration, and can automatically install or configure missing prerequisites.
Run Pre-flight Checks and Auto-Install
To run the checks and automatically fix/install any missing components (such as NVIDIA Driver 580, CUDA Toolkit 13, Docker, Docker Compose, NVIDIA Container Toolkit, NGC CLI, and NGC CLI configuration):