-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change installed package from nvidia-docker2 to nvidia-container-toolkit
1 parent
4b110dc
commit ba4e532
Showing
3 changed files
with
52 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
# Reference | ||
<!-- DO NOT EDIT: This document was generated by Puppet Strings --> | ||
|
||
## Table of Contents | ||
|
||
**Classes** | ||
|
||
* [`nvidia_docker_runtime`](#nvidia_docker_runtime): Allows the use of `docker run --runtime=nvidia ...` | ||
|
||
## Classes | ||
|
||
### nvidia_docker_runtime | ||
|
||
Installs NVIDIA runtime for Docker and the required NVIDIA/CUDA drivers | ||
|
||
Driver versions for CUDA versions: https://docs.nvidia.com/deploy/cuda-compatibility/index.html | ||
|
||
#### Examples | ||
|
||
##### | ||
|
||
```puppet | ||
include nvidia_docker_runtime | ||
``` | ||
|
||
#### Parameters | ||
|
||
The following parameters are available in the `nvidia_docker_runtime` class. | ||
|
||
##### `driver_version` | ||
|
||
Data type: `String` | ||
|
||
NVIDIA/CUDA driver version, for exmaple: `418.40.04-1`. Use to lock down to a specific version. Default: `latest` | ||
|
||
Default value: latest | ||
|
||
##### `nvidia_container_toolkit_version` | ||
|
||
Data type: `String` | ||
|
||
NVIDIA container toolkit version, for example: `3.0.1`. Use to lock down to a specific version. Default: `latest` | ||
|
||
Default value: latest | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "mindhive-nvidia_docker_runtime", | ||
"version": "0.2.2", | ||
"version": "1.0.0", | ||
"author": "[email protected]", | ||
"summary": "Manage NVIDIA Docker runtime", | ||
"license": "MIT", | ||
|