tao-setup-nvidia-gpu-host

Install NVIDIA drivers, CUDA Toolkit, and Container Toolkit for Docker or Kubernetes backends.

83|20|Updated Apr 16, 2026
One-click install
npx skills add https://github.com/NVIDIA-TAO/tao-skill-bank --skill tao-setup-nvidia-gpu-host
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tao-setup-nvidia-gpu-host
Source: https://github.com/NVIDIA-TAO/tao-skill-bank/tree/main/skills/platform/tao-setup-nvidia-gpu-host
Command: npx skills add https://github.com/NVIDIA-TAO/tao-skill-bank --skill tao-setup-nvidia-gpu-host

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires nvidia-driver, cuda-toolkit, nvidia-container-toolkit, docker, kubectl, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the setup of NVIDIA GPU hosts for TAO workflows, ensuring that the necessary software and configurations are in place for optimal performance.

Core Features & Use Cases

  • Automated Installation: Installs NVIDIA driver, CUDA Toolkit, and NVIDIA Container Toolkit.
  • Backend Support: Supports Docker and Kubernetes backends.
  • Runtime Verification: Checks the installation and configuration of required components.
  • Use Case: Before running a TAO workflow on a GPU host, use this Skill to verify that all necessary components are installed and configured correctly.

Quick Start

Run the setup script to check and install the necessary components for the Docker backend:

bash skills/platform/tao-setup-nvidia-gpu-host/scripts/setup-nvidia-gpu-host.sh --backend docker --check-only

Frequently Asked Questions about tao-setup-nvidia-gpu-host

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

FAQPage Schema
How do I automate NVIDIA GPU host setup for TAO workflows?

The Skill automates NVIDIA GPU host setup for TAO workflows by installing the NVIDIA driver, CUDA Toolkit, and NVIDIA Container Toolkit, configuring the necessary runtime environments for Docker or Kubernetes GPU computation.

Do I need sudo privileges to install the CUDA Toolkit and NVIDIA Container Toolkit?

Yes, configuring the NVIDIA GPU host requires sudo or root privileges to install system-level components like the CUDA Toolkit and NVIDIA Container Toolkit, plus internet access to NVIDIA package repositories.

Can I use this to configure a Kubernetes backend for GPU computation?

Yes, the Skill supports configuring a Kubernetes backend for GPU computation alongside Docker, applying to TAO workflows that require Kubernetes orchestration for containerized GPU workloads.

What's the best way to verify NVIDIA driver and Docker runtime configuration before running TAO?

The best way to verify NVIDIA driver and Docker runtime configuration before running TAO is to execute the setup script with the --check-only flag, which checks the installation and configuration of required components without making system changes.

Why does my NVIDIA GPU setup require internet access to package repositories?

NVIDIA GPU setup requires internet access to package repositories because the automated installation process downloads the NVIDIA driver, CUDA Toolkit, and NVIDIA Container Toolkit directly from NVIDIA's official software repositories.

What dependencies are required to set up an NVIDIA GPU host for Docker or Kubernetes?

Setting up an NVIDIA GPU host requires the nvidia-driver, cuda-toolkit, nvidia-container-toolkit, docker, and kubectl as dependencies, ensuring the correct software and runtime environments are in place for GPU computation.