Files
guru/app-containers/nvidia-container-toolkit/metadata.xml
Huang Rui ccd7d91795 app-containers/nvidia-container-toolkit: bump to 1.14.6
Disable tests. Some tests may require specific environmental
setups or additional hardware.

Closes: https://bugs.gentoo.org/831702
Signed-off-by: Huang Rui <vowstar@gmail.com>
2024-03-26 20:21:12 +08:00

28 lines
1.4 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>vowstar@gmail.com</email>
<name>Huang Rui</name>
</maintainer>
<upstream>
<remote-id type="github">NVIDIA/nvidia-container-toolkit</remote-id>
</upstream>
<longdescription lang="en">
NVIDIA container runtime toolkit, build and run containers leveraging
NVIDIA GPUs. tl;dr: nvidia-docker is deprecated because docker now has
native gpu support, which this package is required to use. The NVIDIA
Container Toolkit (formerly known as NVIDIA Docker) allows containers to
access full GPU acceleration. OpenGL, OpenCL and CUDA are supported for
production use. Vulkan support is currently in beta. This only works for
Linux containers running on Linux host systems with NVIDIA GPUs.
</longdescription>
<longdescription lang="zh">
NVIDIA容器运行时工具包构建和运行利用NVIDIA GPU的容器。简而言之
nvidia-docker已经过时因为docker现在具有原生的GPU支持而这个包是使用它
所必需的。NVIDIA容器工具包以前称为NVIDIA Docker允许容器访问完整的
GPU加速。OpenGL、OpenCL和CUDA支持生产使用。Vulkan支持目前处于测试阶段。
这只适用于在配备NVIDIA GPU的Linux主机系统上运行的Linux容器。
</longdescription>
</pkgmetadata>