sop-build

Orchestrate build, evaluation, deployment, and testing for an SOP monitoring pipeline.

49|14|Updated Aug 27, 2025
One-click install
npx skills add https://github.com/NVIDIA/sop-monitoring-blueprints --skill sop-build
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sop-build
Source: https://github.com/NVIDIA/sop-monitoring-blueprints/tree/main/agentic/vss-sop-skills/sop-build
Command: npx skills add https://github.com/NVIDIA/sop-monitoring-blueprints --skill sop-build

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill coordinates the complex, multi-stage work required to set up, generate, evaluate, build, deploy, and validate a complete SOP monitoring solution across DeepStream and VSS.

Core Features & Use Cases

  • Prerequisite Validation: Checks and can install required GPU drivers, Docker tooling, NVIDIA Container Toolkit, NGC configuration, and related dependencies.
  • Pipeline Orchestration: Verifies model assets, generates the DeepStream SOP microservice, evaluates its APIs and runtime behavior, and builds the VSS SOP blueprint.
  • Deployment and Testing: Configures and deploys the blueprint, validates RTSP streaming, checks service health and data pipelines, and runs end-to-end VSS agent tests.
  • Use Case: Use it when setting up an SOP monitoring environment from scratch or when rebuilding and validating the full system after changes to the DeepStream or VSS skill packages.

Quick Start

Run the sop-build skill from the blueprint repository root to execute the prerequisite, asset, generation, evaluation, build, deployment, and testing phases in sequence.

Frequently Asked Questions about sop-build

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build and deploy a DeepStream SOP monitoring pipeline end to end?

To build an SOP monitoring pipeline, you orchestrate prerequisite validation, model asset verification, DeepStream microservice generation, VSS blueprint construction, and RTSP deployment. Executing the pipeline build sequence from the blueprint repository root handles generation, evaluation, deployment, and testing.

What prerequisites do I need to run an SOP monitoring pipeline with DeepStream and VSS?

Running an SOP monitoring pipeline requires NVIDIA GPU infrastructure, Docker with NVIDIA Container Toolkit, NGC configuration, and trained SOP models. You also need the companion DeepStream and VSS skills to execute the full build, deployment, and validation workflow.

How does pipeline orchestration validate RTSP streaming and VSS service health?

Pipeline orchestration validates RTSP streaming and VSS service health by deploying the blueprint, checking service health and data pipelines, and running end-to-end VSS agent tests. This testing phase confirms the complete SOP monitoring environment functions correctly after deployment.

When should I use an automated pipeline build for SOP monitoring?

Use an automated pipeline build for SOP monitoring when setting up the environment from scratch or when rebuilding and validating the full system after changes. It ensures DeepStream microservice generation, VSS blueprint construction, and RTSP deployment execute in the correct sequence.

Does the SOP monitoring pipeline orchestrate model and asset verification before deployment?

Yes, pipeline orchestration verifies model assets before generating the DeepStream SOP microservice. It evaluates the microservice's APIs and runtime behavior, builds the VSS SOP blueprint, and then proceeds to deployment and end-to-end service validation.

What is VSS blueprint construction and how does it fit into SOP monitoring deployment?

VSS blueprint construction is the process of configuring the VSS SOP architecture after generating and evaluating the DeepStream microservice. It fits into SOP monitoring deployment by providing the configured blueprint that is subsequently deployed and tested for RTSP streaming and service health.