Skip to content

Commit

Permalink
Removes phrase mentioning lower case requirement for MATLAB release f…
Browse files Browse the repository at this point in the history
…rom READMEs.
  • Loading branch information
Anirudh Kulkarni authored and prabhakk-mw committed Oct 24, 2024
1 parent 0b02626 commit cc12ccf
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ The [Dockerfile](https://github.com/mathworks-ref-arch/matlab-dockerfile/blob/ma

| Argument Name | Default value | Description |
|---|---|---|
| [MATLAB_RELEASE](#build-an-image-for-a-different-release-of-matlab) | R2024b | The MATLAB release you want to install, in lower-case. For example: `R2019b`|
| [MATLAB_RELEASE](#build-an-image-for-a-different-release-of-matlab) | R2024b | The MATLAB release to install, for example, `R2023b`.|
| [MATLAB_PRODUCT_LIST](#build-an-image-with-a-specific-set-of-products) | MATLAB | Products to install as a space-separated list. For more information, see [MPM.md](https://github.com/mathworks-ref-arch/matlab-dockerfile/blob/main/MPM.md). For example: `MATLAB Simulink Deep_Learning_Toolbox Fixed-Point_Designer`|
| [MATLAB_INSTALL_LOCATION](#build-an-image-with-matlab-installed-to-a-specific-location) | /opt/matlab/R2024b | The path to install MATLAB. |
| [LICENSE_SERVER](#build-an-image-configured-to-use-a-license-server) | *unset* | The port and hostname of the machine that is running the Network License Manager, using the `port@hostname` syntax. For example: `27000@MyServerName` |
Expand Down
2 changes: 1 addition & 1 deletion alternates/building-on-matlab-docker-image/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ The [Dockerfile](https://github.com/mathworks-ref-arch/matlab-dockerfile/blob/ma

| Argument Name | Default value | Effect |
|---|---|---|
| [MATLAB_RELEASE](#build-an-image-for-a-different-release-of-matlab) | R2024b | The MATLAB release to install. Must be lower-case, for example: `R2020b`.|
| [MATLAB_RELEASE](#build-an-image-for-a-different-release-of-matlab) | R2024b | The MATLAB release to install, for example, `R2023b`.|
| [ADDITIONAL_PRODUCTS](#customize-products-to-install-using-matlab-package-manager-mpm) | "Symbolic_Math_Toolbox Deep_Learning_Toolbox_Model_for_ResNet-50_Network" | A space separated list of toolboxes and support packages to install. For more details, see [MATLAB Package Manager](https://github.com/mathworks-ref-arch/matlab-dockerfile/blob/main/MPM.md)|
| [LICENSE_SERVER](#build-an-image-with-license-server-information) | *unset* | The port and hostname of a machine that is running a Network License Manager, using the `port@hostname` syntax. For example: `27000@MyServerName`. To use this build argument, the corresponding lines must be uncommented in the Dockerfile. |

Expand Down
2 changes: 1 addition & 1 deletion alternates/matlab-container-offline-install/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ The [archive.Dockerfile](archive.Dockerfile) supports the following Docker build

| Argument Name | Default value | Effect |
|---|---|---|
| [MATLAB_RELEASE](#build-an-archive-image-for-a-different-release-of-matlab) | R2024b | The MATLAB release you want to install, in lower-case. For example: `R2022a` |
| [MATLAB_RELEASE](#build-an-archive-image-for-a-different-release-of-matlab) | R2024b | The MATLAB release to install, for example, `R2023b`. |
| [MATLAB_PRODUCT_LIST](#build-an-archive-image-with-a-specific-set-of-products) | MATLAB | Products to install as a space-separated list. For more information, see [MPM.md](../../MPM.md). For example: `MATLAB Simulink Deep_Learning_Toolbox Fixed-Point_Designer` |

Use these arguments with the `docker build` command to customize your image.
Expand Down
2 changes: 1 addition & 1 deletion alternates/matlab-installer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ The [Dockerfile](https://github.com/mathworks-ref-arch/matlab-dockerfile/blob/ma

| Argument Name | Default value | Effect |
| ------------------------------------------------------------------- | ------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- |
| [MATLAB_RELEASE](#build-an-image-for-a-different-release-of-matlab) | latest | The MATLAB release you want to install. Must be lower-case, for example: `r2024b`. |
| [MATLAB_RELEASE](#build-an-image-for-a-different-release-of-matlab) | latest | The MATLAB release to install, for example, `R2023b`. |
| [LICENSE_SERVER](#build-an-image-with-license-server-information) | _unset_ | The port and hostname of the machine running the Network License Manager, using the `port@hostname` syntax. For example: `27000@MyServerName` |

Use these arguments with the `docker build` command to customize your image. Run a command from the `alternates/matlab-installer` of the cloned repository of the form:
Expand Down
2 changes: 1 addition & 1 deletion alternates/non-interactive/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ The [Dockerfile](Dockerfile) supports the following Docker build-time variables:

| Argument Name | Default value | Effect |
|---|---|---|
| [MATLAB_RELEASE](#build-an-image-for-a-different-release-of-matlab) | R2024b | The MATLAB release you want to install, in lower-case. For example: `R2022a` |
| [MATLAB_RELEASE](#build-an-image-for-a-different-release-of-matlab) | R2024b | The MATLAB release to install, for example, `R2023b`. |
| [MATLAB_PRODUCT_LIST](#build-an-image-with-a-specific-set-of-products) | MATLAB | Products to install as a space-separated list. For more information, see [MPM.md](../../MPM.md). For example: `MATLAB Simulink Deep_Learning_Toolbox Fixed-Point_Designer` |
| [MATLAB_INSTALL_LOCATION](#build-an-image-with-matlab-installed-to-a-specific-location) | /opt/matlab/R2024b | The path to install MATLAB. |

Expand Down

0 comments on commit cc12ccf

Please sign in to comment.