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
Copy file name to clipboardExpand all lines: matlab/README-byoi.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,13 @@ Pass the name of your existing MATLAB image to docker build using the `build-tim
7
7
`Dockerfile.byoi` supports the following build-time variables:
8
8
| Argument Name | Default value | Effect |
9
9
|---|---|---|
10
-
|**MATLAB_IMAGE_NAME**| mathworks/matlab:r2022a| Specify the name of the Docker image that MATLAB should be extracted from. |
11
-
|[MATLAB_RELEASE](#build-an-image-for-a-different-release-of-matlab)|r2022a| The MATLAB release you are using. Used to install its software dependencies.|
10
+
|**MATLAB_IMAGE_NAME**| mathworks/matlab:r2022b| Specify the name of the Docker image that MATLAB should be extracted from. |
11
+
|[MATLAB_RELEASE](#build-an-image-for-a-different-release-of-matlab)|r2022b| The MATLAB release you are using. Used to install its software dependencies.|
12
12
|[LICENSE_SERVER](#build-an-image-with-license-server-information)|*unset*| The port and hostname of the machine that is running the Network License Manager, using the `port@hostname` syntax. For Example: `27000@MyServerName`. </br> Click [Using the Network License Manager](https://github.com/mathworks-ref-arch/matlab-dockerfile#use-the-network-license-manager) to learn more.|
0 commit comments