NVIDIA Docker is a container runtime wrapper that enables the use of host-level graphics processing units within isolated container environments. It functions as a containerized GPU orchestrator, mapping physical hardware resources into virtualized environments to support high-performance computing and machine learning workloads. The project provides a toolkit that facilitates integration between containerized applications and host-level graphics hardware. By utilizing a pre-start hook to intercept container creation, the runtime injects necessary device drivers and libraries into the isolate
jetson-inference is a set of libraries and tools for executing optimized deep learning models on embedded GPU hardware. Its primary purpose is to enable real-time computer vision and AI inference at the edge with low latency and high throughput. The project distinguishes itself through high-performance streaming analytics and the ability to execute concurrent AI pipelines on auto-grade silicon. It provides specialized support for multi-sensor stream processing, utilizing zero-copy data transport to load camera frames directly into GPU memory. The codebase covers a broad surface of capabiliti
Chainer is an open-source deep learning framework built around define-by-run automatic differentiation, where computation graphs are constructed dynamically during forward execution. This imperative approach allows networks to be built using standard Python control flow, with gradients computed automatically through reverse-mode differentiation on the dynamically recorded graph. The framework supports GPU acceleration through a NumPy-compatible array backend with CUDA and cuDNN support, and provides a pluggable device abstraction that lets users switch between CPU and GPU computation without c
This project provides a containerized environment for running Steam games and applications without a physical monitor. It consists of a Docker image designed for headless game server hosting, utilizing a virtual display server to enable remote game streaming of video and audio to a web browser. The system integrates NVIDIA GPU virtualization to provide hardware acceleration for high-performance 3D graphics rendering within the container. A remote desktop gateway allows users to access and manage the virtualized desktop environment and game client remotely. The software includes capabilities
NVIDIA GPU Container Toolkit 是一套旨在为计算和图形工作负载在符合 OCI 标准的容器中启用 NVIDIA GPU 加速的工具。它作为一个 OCI 容器运行时包装器和 Linux GPU 驱动桥接器,将主机 NVIDIA GPU 驱动映射到容器命名空间,以提供直接的硬件访问。
nvidia/nvidia-container-toolkit 的主要功能包括:GPU-Accelerated Container Runs, Containerized GPU Acceleration, GPU Runtime Wrappers, GPU Container Toolkits, Image Builders, Driver Bridges, GPU-Accelerated Training, Cloud Native GPU Orchestration。
nvidia/nvidia-container-toolkit 的开源替代品包括: nvidia/nvidia-docker — NVIDIA Docker is a container runtime wrapper that enables the use of host-level graphics processing units within… dusty-nv/jetson-inference — jetson-inference is a set of libraries and tools for executing optimized deep learning models on embedded GPU… chainer/chainer — Chainer is an open-source deep learning framework built around define-by-run automatic differentiation, where… steam-headless/docker-steam-headless — This project provides a containerized environment for running Steam games and applications without a physical monitor.… lablup/backend.ai — This project is a distributed computing platform designed to orchestrate containerized workloads across heterogeneous… acceleratehs/accelerate — Accelerate is a framework for high-performance array computing that provides a domain-specific language for expressing…