Unverified Commit 1313517f authored by github-actions[bot]'s avatar github-actions[bot] Committed by GitHub

Automated documentation update (#250)

Automated documentation update [skip ci]
Co-authored-by: 's avatargithub-actions <github-actions@github.com>
parent 2ce89c4a
...@@ -23,7 +23,7 @@ Installs a set of common command line utilities, Oh My Zsh!, and sets up a non-r ...@@ -23,7 +23,7 @@ Installs a set of common command line utilities, Oh My Zsh!, and sets up a non-r
| username | Enter name of non-root user to configure or none to skip | string | automatic | | username | Enter name of non-root user to configure or none to skip | string | automatic |
| uid | Enter uid for non-root user | string | automatic | | uid | Enter uid for non-root user | string | automatic |
| gid | Enter gid for non-root user | string | automatic | | gid | Enter gid for non-root user | string | automatic |
| nonFreePackages | Add packages from non-free Debian repository? | boolean | - | | nonFreePackages | Add packages from non-free Debian repository? | boolean | false |
## Speeding up the command prompt in large repositories ## Speeding up the command prompt in large repositories
......
...@@ -18,7 +18,7 @@ A cross-platform, language-agnostic binary package manager ...@@ -18,7 +18,7 @@ A cross-platform, language-agnostic binary package manager
| Options Id | Description | Type | Default Value | | Options Id | Description | Type | Default Value |
|-----|-----|-----|-----| |-----|-----|-----|-----|
| version | Select or enter a conda version. | string | latest | | version | Select or enter a conda version. | string | latest |
| addCondaForge | Add conda-forge channel to the config? | boolean | - | | addCondaForge | Add conda-forge channel to the config? | boolean | false |
## Using Conda ## Using Conda
......
...@@ -21,7 +21,7 @@ Create child containers *inside* a container, independent from the host's docker ...@@ -21,7 +21,7 @@ Create child containers *inside* a container, independent from the host's docker
| moby | Install OSS Moby build instead of Docker CE | boolean | true | | moby | Install OSS Moby build instead of Docker CE | boolean | true |
| dockerDashComposeVersion | Default version of Docker Compose (v1 or v2) | string | v1 | | dockerDashComposeVersion | Default version of Docker Compose (v1 or v2) | string | v1 |
| azureDnsAutoDetection | Allow automatically setting the dockerd DNS server when the installation script detects it is running in Azure | boolean | true | | azureDnsAutoDetection | Allow automatically setting the dockerd DNS server when the installation script detects it is running in Azure | boolean | true |
| dockerDefaultAddressPool | Define default address pools for Docker networks. e.g. base=192.168.0.0/16,size=24 | string | - | | dockerDefaultAddressPool | Define default address pools for Docker networks. e.g. base=192.168.0.0/16,size=24 | string | |
......
...@@ -18,7 +18,7 @@ Installs the .NET CLI. Provides option of installing sdk or runtime, and option ...@@ -18,7 +18,7 @@ Installs the .NET CLI. Provides option of installing sdk or runtime, and option
| Options Id | Description | Type | Default Value | | Options Id | Description | Type | Default Value |
|-----|-----|-----|-----| |-----|-----|-----|-----|
| version | Select or enter a dotnet CLI version. (Available versions may vary by Linux distribution.) | string | latest | | version | Select or enter a dotnet CLI version. (Available versions may vary by Linux distribution.) | string | latest |
| runtimeOnly | Install just the dotnet runtime if true, and sdk if false. | boolean | - | | runtimeOnly | Install just the dotnet runtime if true, and sdk if false. | boolean | false |
| installUsingApt | If true, it installs using apt instead of the release URL | boolean | true | | installUsingApt | If true, it installs using apt instead of the release URL | boolean | true |
......
...@@ -19,8 +19,8 @@ Installs Java, SDKMAN! (if not installed), and needed dependencies. ...@@ -19,8 +19,8 @@ Installs Java, SDKMAN! (if not installed), and needed dependencies.
|-----|-----|-----|-----| |-----|-----|-----|-----|
| version | Select or enter a Java version to install | string | latest | | version | Select or enter a Java version to install | string | latest |
| jdkDistro | Select or enter a JDK distribution | string | ms | | jdkDistro | Select or enter a JDK distribution | string | ms |
| installGradle | Install Gradle, a build automation tool for multi-language software development | boolean | - | | installGradle | Install Gradle, a build automation tool for multi-language software development | boolean | false |
| installMaven | Install Maven, a management tool for Java | boolean | - | | installMaven | Install Maven, a management tool for Java | boolean | false |
## License ## License
......
...@@ -17,8 +17,8 @@ Installs shared libraries for NVIDIA CUDA. ...@@ -17,8 +17,8 @@ Installs shared libraries for NVIDIA CUDA.
| Options Id | Description | Type | Default Value | | Options Id | Description | Type | Default Value |
|-----|-----|-----|-----| |-----|-----|-----|-----|
| installCudnn | Additionally install CUDA Deep Neural Network (cuDNN) shared library | boolean | - | | installCudnn | Additionally install CUDA Deep Neural Network (cuDNN) shared library | boolean | false |
| installNvtx | Additionally install NVIDIA Tools Extension (NVTX) | boolean | - | | installNvtx | Additionally install NVIDIA Tools Extension (NVTX) | boolean | false |
| cudaVersion | Version of CUDA to install | string | 11.7 | | cudaVersion | Version of CUDA to install | string | 11.7 |
| cudnnVersion | Version of cuDNN to install | string | 8.5.0.96 | | cudnnVersion | Version of cuDNN to install | string | 8.5.0.96 |
......
...@@ -19,10 +19,10 @@ Installs the provided version of Python, as well as PIPX, and other common Pytho ...@@ -19,10 +19,10 @@ Installs the provided version of Python, as well as PIPX, and other common Pytho
|-----|-----|-----|-----| |-----|-----|-----|-----|
| version | Select a Python version to install. | string | os-provided | | version | Select a Python version to install. | string | os-provided |
| installTools | Install common Python tools like pylint | boolean | true | | installTools | Install common Python tools like pylint | boolean | true |
| optimize | Optimize Python for performance when compiled (slow) | boolean | - | | optimize | Optimize Python for performance when compiled (slow) | boolean | false |
| installPath | The path where python will be installed. | string | /usr/local/python | | installPath | The path where python will be installed. | string | /usr/local/python |
| installJupyterlab | Install JupyterLab, a web-based interactive development environment for notebooks | boolean | - | | installJupyterlab | Install JupyterLab, a web-based interactive development environment for notebooks | boolean | false |
| configureJupyterlabAllowOrigin | Configure JupyterLab to accept HTTP requests from the specified origin | string | - | | configureJupyterlabAllowOrigin | Configure JupyterLab to accept HTTP requests from the specified origin | string | |
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment