NVIDIA DGX Spark#
The DGX Spark is NVIDIA’s compact AI computer designed for developers, data scientists, and AI researchers who need powerful computing capabilities for AI development and deployment.
More details on the DGX Spark including setup instructions can be found in the DGX Spark Documentation.
Any platform questions can be asked on the DGX Spark Forum.
Prerequisites (NVIDIA DGX Spark)#
NVIDIA Spark device with ARM64 architecture and Blackwell GPU
NVIDIA DGX OS 7.2.3
Driver version 580.95.05 or higher installed:
nvidia-smi | grep "Driver Version"
CUDA version 13.0 installed:
nvcc --version
Docker installed and running:
docker --version && docker compose version
Access to NVIDIA Container Registry with NGC API Key
[Optional] NVIDIA API Key for remote model endpoints (hybrid deployment only)
Sufficient storage space for video processing (>10GB recommended in /tmp/)
Additionally, run the cache cleaner script from the VSS repository:
# In another terminal, start the cache cleaner script.
# Alternatively, append " &" to the end of the command to run it in the background.
sudo sh deploy/scripts/sys_cache_cleaner.sh