You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| products | Products to install, specified as a list of space-separated product names.</br> For details of products, see [MATLAB Package Manager](https://github.com/mathworks-ref-arch/matlab-dockerfile/blob/main/MPM.md#product-installation-options). | string | MATLAB|
19
-
| doc | Flag to install documentation and examples (R2022b and earlier releases). | boolean | false|
20
-
| installGpu | Skips installation of GPU libraries when you install Parallel Computing Toolbox (R2023a and later releases). | boolean | false|
21
-
| destination | Full path to the installation destination folder. | string |/opt/matlab/$RELEASE |
22
-
| installMatlabProxy | Installs matlab-proxy and its dependencies (R2020b and later releases). | boolean | false|
23
-
| installJupyterMatlabProxy | Installs jupyter-matlab-proxy and its dependencies (R2020b and later releases). | boolean | false|
24
-
| installMatlabEngineForPython | Installs the MATLAB Engine for Python if the destination option is set correctly. | boolean | false|
| networkLicenseManager | MATLAB will use the specified Network License Manager. | string | -|
27
-
| skipMATLABInstall | Set to true if you do not want to install MATLAB, for example if you only want to install `matlab-proxy` or `jupyter-matlab-proxy`. | boolean | false|
16
+
| Options Id | Description | Type | Default Value |
| products | Products to install, specified as a list of space-separated product names.</br> For details of products, see [MATLAB Package Manager](https://github.com/mathworks-ref-arch/matlab-dockerfile/blob/main/MPM.md#product-installation-options). | string | MATLAB |
20
+
| doc | Flag to install documentation and examples (R2022b and earlier releases). | boolean | false |
21
+
| installGpu | Skips installation of GPU libraries when you install Parallel Computing Toolbox (R2023a and later releases). | boolean | false |
22
+
| destination | Full path to the installation destination folder. Default: /opt/matlab/${RELEASE^} | string | -|
23
+
| installMatlabProxy | Installs matlab-proxy and its dependencies (R2020b and later releases). | boolean | false |
24
+
| installJupyterMatlabProxy | Installs jupyter-matlab-proxy and its dependencies (R2020b and later releases). | boolean | false |
25
+
| installMatlabEngineForPython | Installs the MATLAB Engine for Python if the destination option is set correctly. | boolean | false |
| networkLicenseManager | MATLAB will use the specified Network License Manager. | string | - |
28
+
| skipMATLABInstall | Set to true if you do not want to install MATLAB, for example if you only want to install `matlab-proxy` or `jupyter-matlab-proxy`. | boolean | false |
28
29
29
30
## Customizations
30
31
31
32
### VS Code Extensions
32
33
33
34
-`MathWorks.language-matlab`
34
35
36
+
37
+
35
38
---
36
39
37
-
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/mathworks/devcontainer-features/blob/main/src/matlab/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
40
+
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/mathworks/devcontainer-features/blob/main/src/matlab/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
0 commit comments