From ada30c21f5148715719bf6d6b94f3e5dce50b19d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 13:47:51 -0800 Subject: [PATCH] Automated documentation update for Azure CLI and CUDA (#289) Automated documentation update [skip ci] Co-authored-by: github-actions --- src/azure-cli/README.md | 1 + src/nvidia-cuda/README.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/azure-cli/README.md b/src/azure-cli/README.md index e324674..bf6004b 100644 --- a/src/azure-cli/README.md +++ b/src/azure-cli/README.md @@ -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 | - | diff --git a/src/nvidia-cuda/README.md b/src/nvidia-cuda/README.md index d756a41..5e76d72 100644 --- a/src/nvidia-cuda/README.md +++ b/src/nvidia-cuda/README.md @@ -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