Skip to content

Commit cf92754

Browse files
samruddhikhandalegithub-actions
andauthored
Automated documentation update (#709)
Automated documentation update [skip ci] Co-authored-by: github-actions <[email protected]>
1 parent 803ec6e commit cf92754

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/nvidia-cuda/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ Installs shared libraries for NVIDIA CUDA.
1616
| Options Id | Description | Type | Default Value |
1717
|-----|-----|-----|-----|
1818
| installCudnn | Additionally install CUDA Deep Neural Network (cuDNN) shared library | boolean | false |
19+
| installCudnnDev | Additionally install CUDA Deep Neural Network (cuDNN) development libraries and headers | boolean | false |
1920
| installNvtx | Additionally install NVIDIA Tools Extension (NVTX) | boolean | false |
21+
| installToolkit | Additionally install NVIDIA CUDA Toolkit | boolean | false |
2022
| cudaVersion | Version of CUDA to install | string | 11.8 |
2123
| cudnnVersion | Version of cuDNN to install | string | 8.6.0.163 |
2224

src/terraform/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ Installs the Terraform CLI and optionally TFLint and Terragrunt. Auto-detects la
3232

3333

3434

35+
## Licensing
36+
37+
On August 10, 2023, HashiCorp announced a change of license for its products, including Terraform. After ~9 years of Terraform being open source under the MPL v2 license, it was to move under a non-open source BSL v1.1 license, starting from the next (1.6) version. See https://github.com/hashicorp/terraform/blob/main/LICENSE
38+
3539
## OS Support
3640

3741
This Feature should work on recent versions of Debian/Ubuntu-based distributions with the `apt` package manager installed.

0 commit comments

Comments
 (0)