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 |
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. | string | /opt/matlab/$RELEASE |
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 |
15
+
| 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|
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|
29
28
30
29
## Customizations
31
30
32
31
### VS Code Extensions
33
32
34
33
-`MathWorks.language-matlab`
35
34
36
-
37
-
38
35
---
39
36
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`._
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`._
Copy file name to clipboardExpand all lines: src/matlab/install-matlab-deps.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ function get_prerequisite_pkgs() {
40
40
41
41
functionget_base_dependencies_list() {
42
42
local MATLAB_DEPS_OS_VERSION=$(ihf_get_matlab_deps_os)
43
-
local BASE_DEPS_URL=https://raw.githubusercontent.com/mathworks-ref-arch/container-images/main/matlab-deps/${MATLAB_RELEASE}/${MATLAB_DEPS_OS_VERSION}/base-dependencies.txt
43
+
local BASE_DEPS_URL=https://raw.githubusercontent.com/mathworks-ref-arch/container-images/main/matlab-deps/${MATLAB_RELEASE,}/${MATLAB_DEPS_OS_VERSION}/base-dependencies.txt
44
44
# Get matlab_deps - if this fails, then we aren't on a supported os
0 commit comments