vss-sop-deploy

Deploy and validate a VSS SOP monitoring blueprint with Docker and simulated RTSP streams.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires docker, docker compose, nvidia container toolkit, ngc cli, python3, ffmpeg, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill coordinates the complex setup, deployment, validation, testing, and teardown of a VSS SOP monitoring blueprint, reducing manual configuration and troubleshooting across GPU, Docker, model, and streaming components.

Core Features & Use Cases

  • Prerequisite Validation: Checks NVIDIA drivers, CUDA, Docker, NVIDIA Container Toolkit, NGC CLI, API access, and GPU container support, with optional automated fixes.
  • Asset and Model Preparation: Verifies trained VLM and temporal segmentation models, downloads sample video data, converts footage to H.264 at 30 FPS, and prepares cache and datalog directories.
  • End-to-End Deployment and Testing: Configures local or remote LLM and VLM endpoints, deploys Docker Compose services, verifies DS-SOP RTSP components, starts simulated RTSP streams, runs integration tests, and tears down services cleanly.
  • Use Case: Deploy a trained SOP monitoring model with the VSS blueprint, validate its DeepStream RTSP pipeline, stream sample footage, and confirm that the deployed services are ready for monitoring.

Quick Start

Use the vss-sop-deploy skill to run preflight checks, prepare assets, configure the blueprint, deploy the services, test the RTSP workflow, and report any failures.

Frequently Asked Questions about vss-sop-deploy

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

FAQPage Schema
How do I deploy a VSS SOP monitoring blueprint with DeepStream RTSP streaming on an NVIDIA GPU?

To deploy VSS SOP monitoring, this Skill validates prerequisites, prepares trained VLM and temporal segmentation models, configures Docker Compose services, and starts simulated RTSP streams for integration testing.

What is the process for validating prerequisites before deploying Docker-based SOP monitoring pipelines?

The prerequisite validation process checks NVIDIA drivers, CUDA, Docker, NVIDIA Container Toolkit, NGC CLI, API access, and GPU container support, applying optional automated fixes to prepare the GPU infrastructure for deployment.

Do I need NGC CLI and NVIDIA Container Toolkit to deploy VSS SOP monitoring services?

Yes, you need NGC CLI and NVIDIA Container Toolkit alongside NVIDIA driver 580 with CUDA 13, Docker Compose, Python, and FFmpeg to properly configure and deploy the VSS SOP monitoring Docker services.

How do I prepare sample video data and models for a DeepStream RTSP pipeline?

The asset preparation step verifies trained VLM models, downloads sample video data, converts footage to H.264 at 30 FPS using FFmpeg, and prepares cache and datalog directories for the DeepStream pipeline.

Can I configure local or remote LLM and VLM endpoints for VSS SOP monitoring?

Yes, the deployment process configures local or remote LLM and VLM endpoints, deploys the Docker Compose services, and verifies DS-SOP RTSP components to ensure the monitoring pipeline is fully operational.

What is the best way to test and tear down a deployed VSS SOP monitoring environment?

The best way to test and tear down the VSS SOP monitoring environment is to start simulated RTSP streams, run integration tests to confirm service readiness, and cleanly tear down the Docker services after validation.