diff options
Diffstat (limited to 'development/libnvidia-container/README')
-rw-r--r-- | development/libnvidia-container/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/development/libnvidia-container/README b/development/libnvidia-container/README new file mode 100644 index 0000000000000..47be0bf486724 --- /dev/null +++ b/development/libnvidia-container/README @@ -0,0 +1,11 @@ +This repository provides a library and a simple CLI utility to +automatically configure GNU/Linux containers leveraging NVIDIA +hardware. The implementation relies on kernel primitives and is +designed to be agnostic of the container runtime. + +Provides the `nvidia-container-cli` utility +Does not require CUDA, only the nvidia driver. + +Warning: This SlackBuild requires network access when it runs, meaning +it downloads files from the Internet with root access. You should +decide for yourself whether or not you think this is a good idea. |