Skip to main content
NVIDIA
Explore
Models
Skills
Blueprints
GPUs
Docs
Help Center
Getting Started
  1. Create and verify your account to unlock full access to NVIDIA NIM APIs.
ResourcesDeveloper ForumsContact Support
FAQs
  • View All Playbooks
    View All Playbooks

    onboarding

    • Set Up Local Network Access
    • Open WebUI with Ollama

    data science

    • Single-cell RNA Sequencing
    • Portfolio Optimization
    • CUDA-X Data Science
    • Build Knowledge Graphs with txt2kg
    • Optimized JAX

    tools

    • DGX Dashboard
    • RAG Application in AI Workbench
    • Set up Tailscale on Your Spark
    • VS Code
    • Connect Three DGX Spark in a Ring Topology
    • Connect Multiple DGX Spark through a Switch

    fine tuning

    • FLUX.1 Dreambooth LoRA Fine-tuning
    • LLaMA Factory
    • Fine-tune with NeMo
    • Fine-tune with Pytorch
    • Unsloth on DGX Spark

    use case

    • Run Hermes Agent with a Local LLM
    • cuTile Kernels
    • CLI Coding Agent
    • Run NemoClaw with a Local LLM
    • 🦞 Set Up Example NemoClaw Agents 🦞
    • Live VLM WebUI
    • Install and Use Isaac Sim and Isaac Lab
    • Vibe Coding in VS Code
    • Build and Deploy a Multi-Agent Chatbot
    • Connect Two Sparks
    • NCCL for Multiple Sparks
    • Build a Video Search and Summarization (VSS) Agent
    • Spark & Reachy Photo Booth
    • Secure AI Agents with OpenShell
    • Run OpenClaw with a Local LLM

    inference

    • Generate Images and Videos with ComfyUI
    • Serve LLMs with vLLM
    • Speculative Decoding
    • Run models with llama.cpp on DGX Spark
    • Nemotron Model Family on DGX Spark
    • Serve LLMs with SGLang
    • TRT LLM for Inference
    • Quantize Models to NVFP4 with NVIDIA Model Optimizer
    • Multi-modal Inference
    • NIM on Spark
    • LM Studio on DGX Spark

    Install and Use Isaac Sim and Isaac Lab

    30 MIN

    Build Isaac Sim and Isaac Lab from source for Spark

    • DGX
    • Spark
    OverviewOverviewRun Isaac SimRun Isaac SimRun Isaac LabRun Isaac LabTroubleshootingTroubleshooting

    Basic idea

    Isaac Sim is a robotics simulation platform built on NVIDIA Omniverse that enables photorealistic, physically accurate simulations of robots and environments. It provides a comprehensive toolkit for robotics development, including physics simulation, sensor simulation, and visualization capabilities. Isaac Lab is a reinforcement learning framework built on top of Isaac Sim, designed for training and deploying RL policies for robotics applications.

    Isaac Sim uses GPU-accelerated physics simulation to enable fast, realistic robot simulations that can run faster than real-time. Isaac Lab extends this with pre-built RL environments, training scripts, and evaluation tools for common robotics tasks like locomotion, manipulation, and navigation. Together, they provide an end-to-end solution for developing, training, and testing robotics applications entirely in simulation before deploying to real hardware.

    What you'll accomplish

    You'll build Isaac Sim from source on your NVIDIA DGX Spark device and set up Isaac Lab for reinforcement learning experiments. This includes compiling the Isaac Sim engine, configuring the development environment, and running a sample RL training task to verify the installation.

    What to know before starting

    • Experience building software from source using CMake and build systems
    • Familiarity with Linux command line operations and environment variables
    • Understanding of Git version control and Git LFS for large file management
    • Basic knowledge of Python package management and virtual environments
    • Familiarity with robotics simulation concepts (helpful but not required)

    Prerequisites

    Hardware Requirements:

    • NVIDIA Grace Blackwell GB10 Superchip System
    • At least 50GB available storage space for Isaac Sim build artifacts and dependencies

    Software Requirements:

    • NVIDIA DGX OS
    • GCC/G++ 11 compiler: gcc --version shows version 11.x
    • Git and Git LFS installed: git --version and git lfs version succeed
    • Network access to clone repositories from GitHub and download dependencies

    Ancillary files

    All required assets can be found in the Isaac Sim and Isaac Lab repositories on GitHub:

    • Isaac Sim repository - Main Isaac Sim source code
    • Isaac Lab repository - Isaac Lab RL framework

    Time & risk

    • Estimated time: 30 min (including build time which typically takes 10-15 minutes)
    • Risk level: Medium
      • Large repository clones with Git LFS may fail due to network issues
      • Build process requires significant compilation time and may encounter dependency issues
      • Build artifacts consume substantial disk space
    • Rollback: Isaac Sim build directory can be removed to free space. Git repositories can be deleted and re-cloned if needed.
    • Last Updated: 01/02/2026
      • First Publication

    Resources

    • Isaac Sim Documentation
    • Isaac Lab Documentation
    • DGX Spark Documentation
    • DGX Spark Forum
    • DGX Spark User Performance Guide
    Terms of Use
    Privacy Policy
    Your Privacy Choices
    Contact

    Copyright © 2026 NVIDIA Corporation