How do I install MATLAB updates, toolboxes, and add-ons in the MATLAB Docker container?

72 views (last 30 days)
I want to install MATLAB update, additional toolboxes, and add-ons in the official MATLAB Docker container image. Is this possible, and how do I do it?

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 12 Jul 2023
Edited: MathWorks Support Team on 12 Jul 2023
You can install the latest MATLAB updates, additional toolboxes, and add-ons interactively in the official MATLAB Docker container image. Then, you can save the container for later use to avoid having to reinstall your changes. To do so please follow the steps on this page:
If you prefer to pre-install toolboxes into the official MATLAB docker image, you can use the "Building on MATLAB Docker image" Dockerfile from our Dockerfile Reference Architecture page on GitHub:
The above Dockerfile is based on the official MATLAB Docker base image, which is not to be confused with the "matlab-deps" base image.
"matlab-deps" is slightly smaller in size and it is only suitable for non-interactive or Terminal-only use-cases. For example, Continuous Integration and other batch-based use-cases usually prefer to use the leaner "matlab-deps" base image. For this reason, the Dockerfile that is currently featured on our main "Dockerfile Reference Architecture" GitHub page builds on "matlab-deps":
If you require further assistance or have a request, contact MathWorks Support.

More Answers (0)

Categories

Find more on Image Processing Toolbox in Help Center and File Exchange

Tags

No tags entered yet.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!