awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
NVIDIA avatar

NVIDIA/nvidia-container-toolkit

0
View on GitHub↗
4,426 星标·541 分支·Go·Apache-2.0·9 次浏览

Nvidia Container Toolkit

NVIDIA GPU Container Toolkit 是一套旨在为计算和图形工作负载在符合 OCI 标准的容器中启用 NVIDIA GPU 加速的工具。它作为一个 OCI 容器运行时包装器和 Linux GPU 驱动桥接器,将主机 NVIDIA GPU 驱动映射到容器命名空间,以提供直接的硬件访问。

该工具包包括一个 GPU 加速容器构建器,用于创建预配置为利用硬件加速的镜像。这允许将图形处理单元集成到容器环境中,用于构建和运行计算密集型工作负载。

该项目涵盖了一系列高性能计算领域,包括 AI 模型训练工作流、基于 GPU 的云计算和科学模拟。

Features

  • GPU-Accelerated Container Runs - Enables the launching and execution of containers with direct access to host GPU hardware for accelerated processing.
  • Containerized GPU Acceleration - Configures container runtimes to interface with host NVIDIA graphics drivers for increased compute performance.
  • GPU Runtime Wrappers - Functions as an OCI container runtime wrapper that automatically exposes host GPUs to isolated environments.
  • GPU Container Toolkits - Provides a comprehensive set of tools to enable NVIDIA GPU acceleration within OCI compliant containers.
  • Image Builders - Provides a GPU-accelerated container builder to create images pre-configured for hardware acceleration.
  • Driver Bridges - Implements a Linux GPU driver bridge that maps host NVIDIA drivers into the container namespace.
  • GPU-Accelerated Training - Supports the scaling of deep learning model training by providing the necessary GPU acceleration within containers.
  • Cloud Native GPU Orchestration - Allows hardware-accelerated workloads to be deployed across cloud clusters using standard container orchestration.
  • High-Performance Computing - Provides the execution environment for computationally intensive scientific simulations and data processing tasks using GPUs.

Star 历史

nvidia/nvidia-container-toolkit 的 Star 历史图表nvidia/nvidia-container-toolkit 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Nvidia Container Toolkit 的开源替代方案

相似的开源项目,按与 Nvidia Container Toolkit 的功能重合度排序。
  • nvidia/nvidia-dockerNVIDIA 的头像

    NVIDIA/nvidia-docker

    17,496在 GitHub 上查看↗

    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

    cudadockergpu
    在 GitHub 上查看↗17,496
  • dusty-nv/jetson-inferencedusty-nv 的头像

    dusty-nv/jetson-inference

    8,734在 GitHub 上查看↗

    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

    C++caffecomputer-visiondeep-learning
    在 GitHub 上查看↗8,734
  • chainer/chainerchainer 的头像

    chainer/chainer

    5,919在 GitHub 上查看↗

    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

    Python
    在 GitHub 上查看↗5,919
  • steam-headless/docker-steam-headlessSteam-Headless 的头像

    Steam-Headless/docker-steam-headless

    4,041在 GitHub 上查看↗

    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

    Shelldockergameservergamestream
    在 GitHub 上查看↗4,041
查看 Nvidia Container Toolkit 的所有 30 个替代方案→

常见问题解答

nvidia/nvidia-container-toolkit 是做什么的?

NVIDIA GPU Container Toolkit 是一套旨在为计算和图形工作负载在符合 OCI 标准的容器中启用 NVIDIA GPU 加速的工具。它作为一个 OCI 容器运行时包装器和 Linux GPU 驱动桥接器,将主机 NVIDIA GPU 驱动映射到容器命名空间,以提供直接的硬件访问。

nvidia/nvidia-container-toolkit 的主要功能有哪些?

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-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…