Automated documentation update for Azure CLI and CUDA (#289)

Automated documentation update [skip ci]

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
github-actions[bot] 2022-11-14 13:47:51 -08:00 committed by GitHub
parent 58fed08dcf
commit ada30c21f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -16,6 +16,7 @@ Installs the Azure CLI along with needed dependencies. Useful for base Dockerfil
| Options Id | Description | Type | Default Value |
|-----|-----|-----|-----|
| version | Select or enter an Azure CLI version. (Available versions may vary by Linux distribution.) | string | latest |
| extensions | Optional comma separated list of Azure CLI extensions to install in profile. | string | - |

View file

@ -17,8 +17,8 @@ Installs shared libraries for NVIDIA CUDA.
|-----|-----|-----|-----|
| installCudnn | Additionally install CUDA Deep Neural Network (cuDNN) shared library | boolean | false |
| installNvtx | Additionally install NVIDIA Tools Extension (NVTX) | boolean | false |
| cudaVersion | Version of CUDA to install | string | 11.7 |
| cudnnVersion | Version of cuDNN to install | string | 8.5.0.96 |
| cudaVersion | Version of CUDA to install | string | 11.8 |
| cudnnVersion | Version of cuDNN to install | string | 8.6.0.163 |
## Compatibility