diff --git a/src/matlab/README.md b/src/matlab/README.md index 695b4ac..8c34171 100644 --- a/src/matlab/README.md +++ b/src/matlab/README.md @@ -15,13 +15,14 @@ Installs MATLAB with supporting packages and tools. | Options Id | Description | Type | Default Value | |-----|-----|-----|-----| -| release | MATLAB Release to install. | string | R2024b | +| release | MATLAB Release to install. | string | R2025b | | products | Products to install, specified as a list of space-separated product names.
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 | | doc | Flag to install documentation and examples (R2022b and earlier releases). | boolean | false | | installGpu | Skips installation of GPU libraries when you install Parallel Computing Toolbox (R2023a and later releases). | boolean | false | | destination | Full path to the installation destination folder. Default: /opt/matlab/${RELEASE^} | string | - | | installMatlabProxy | Installs matlab-proxy and its dependencies (R2020b and later releases). | boolean | false | | installJupyterMatlabProxy | Installs jupyter-matlab-proxy and its dependencies (R2020b and later releases). | boolean | false | +| installJupyterLab | Installs jupyterlab | boolean | false | | installMatlabEngineForPython | Installs the MATLAB Engine for Python if the destination option is set correctly. | boolean | false | | startInDesktop | Starts matlab-proxy when container starts. | string | false | | networkLicenseManager | MATLAB will use the specified Network License Manager. | string | - |