Build a Video Search and Summarization (VSS) Agent

1 HR

Run the VSS Blueprint on your Spark

SymptomCauseFix
Container fails to start with "pull access denied"Missing or incorrect nvcr.io credentialsRe-run docker login nvcr.io with valid credentials
Network creation failsExisting network with same nameRun docker network rm vss-shared-network then recreate
Services fail to communicateIncorrect environment variablesVerify IS_SBSA=1 IS_AARCH64=1 are set correctly
Web interfaces not accessibleServices still starting or port conflictsWait 2-3 minutes, check docker ps for container status

NOTE

DGX Spark uses a Unified Memory Architecture (UMA), which enables dynamic memory sharing between the GPU and CPU. With many applications still updating to take advantage of UMA, you may encounter memory issues even when within the memory capacity of DGX Spark. If that happens, manually flush the buffer cache with:

sudo sh -c 'sync; echo 3 > /proc/sys/vm/drop_caches'