Collection of step-by-step playbooks for setting up AI/ML workloads on NVIDIA DGX Spark devices with Blackwell architecture.
Go to file
Jason Kneen 3e9a50b48c fix(install): use nullglob so cleanup doesn't trip set -e on empty install
The cleanup loop iterated over the literal "dgx-spark-*" when no existing
install was present, causing [ -L ] to fail and set -e to kill the script
before the install step. Enable nullglob so unmatched globs disappear,
and use explicit if/fi blocks instead of && for the test-then-rm pattern.
2026-04-19 10:23:09 +01:00
.github/workflows feat: scaffold skills plugin from DGX Spark playbooks 2026-04-19 10:22:08 +01:00
nvidia chore: Regenerate all playbooks 2026-04-14 17:45:10 +00:00
overrides feat: scaffold skills plugin from DGX Spark playbooks 2026-04-19 10:22:08 +01:00
scripts fix(install): use nullglob so cleanup doesn't trip set -e on empty install 2026-04-19 10:23:09 +01:00
skills feat: scaffold skills plugin from DGX Spark playbooks 2026-04-19 10:22:08 +01:00
src/images chore: Regenerate all playbooks 2025-10-03 20:46:11 +00:00
.gitignore feat: scaffold skills plugin from DGX Spark playbooks 2026-04-19 10:22:08 +01:00
LICENSE chore: Regenerate all playbooks 2025-11-10 15:05:38 +00:00
LICENSE-3rd-party chore: Regenerate all playbooks 2026-03-11 16:41:32 +00:00
plugin.json feat: scaffold skills plugin from DGX Spark playbooks 2026-04-19 10:22:08 +01:00
README.md chore: Regenerate all playbooks 2026-04-14 00:52:53 +00:00

NVIDIA DGX Spark

DGX Spark Playbooks

Collection of step-by-step playbooks for setting up AI/ML workloads on NVIDIA DGX Spark devices with Blackwell architecture.

About

These playbooks provide detailed instructions for:

  • Installing and configuring popular AI frameworks
  • Running inference with optimized models
  • Setting up development environments
  • Connecting and managing your DGX Spark device

Each playbook includes prerequisites, step-by-step instructions, troubleshooting guidance, and example code.

Available Playbooks

NVIDIA

Resources

License

See: