Skip to content

Commit a4ac9b9

Browse files
committed
Including Symbolic Math Toolbox in images which install MATLAB
1 parent ac64aa7 commit a4ac9b9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

matlab-vnc/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ARG MATLAB_RELEASE=r2023b
3131
ARG PYTHON_VERSION=3.10
3232

3333
# Specify the list of products to install into MATLAB,
34-
ARG MATLAB_PRODUCT_LIST="MATLAB"
34+
ARG MATLAB_PRODUCT_LIST="MATLAB Symbolic_Math_Toolbox"
3535

3636
# Optional Network License Server information
3737
ARG LICENSE_SERVER

matlab-vnc/ubuntu20.04/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
ARG MATLAB_RELEASE=r2023b
1515

1616
# Specify the list of products to install into MATLAB,
17-
ARG MATLAB_PRODUCT_LIST="MATLAB"
17+
ARG MATLAB_PRODUCT_LIST="MATLAB Symbolic_Math_Toolbox"
1818

1919
# Optional Network License Server information
2020
ARG LICENSE_SERVER

matlab/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ ARG MATLAB_RELEASE=r2023b
3535
ARG PYTHON_VERSION=3.10
3636

3737
# Specify the list of products to install into MATLAB,
38-
ARG MATLAB_PRODUCT_LIST="MATLAB"
38+
ARG MATLAB_PRODUCT_LIST="MATLAB Symbolic_Math_Toolbox"
3939

4040
# Optional Network License Server information
4141
ARG LICENSE_SERVER

matlab/ubuntu20.04/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
ARG MATLAB_RELEASE=r2023b
3131

3232
# Specify the list of products to install into MATLAB,
33-
ARG MATLAB_PRODUCT_LIST="MATLAB"
33+
ARG MATLAB_PRODUCT_LIST="MATLAB Symbolic_Math_Toolbox"
3434

3535
# Optional Network License Server information
3636
ARG LICENSE_SERVER

0 commit comments

Comments
 (0)