matlab-dockerfile
matlab-dockerfile copied to clipboard
Create a docker container that contains a MATLAB install
It is useful to call mpm to add new packages to an existing installation. This has a lot of uses in container workflows and CI systems. However, if the user...
I see in the release notes section of MPM.md that the versioning system used for MPM has changed a few times: - First Semantic versioning from 0.5.0 (2021 December) -...
We now have a great list of installation options available. Some of the options are also available to the mpm input files as well, such as `destinationfolder=xxx` and `--destination`. It...
Hi Team, I was looking for a way to track what are the available latest Update levels and releases on both Docker Hub and for MPM. However, I could not...
For scripting and CI purposes, it would be nice if `latest` would not only work for container images, but also for MPM – so that we can use `latest` on...
_Recognise this is a pretty big request, probably needs raising through the advisory board route too._ Some industries rely on air-gapped networks for security reasons. mpm cannot work in these...
There are several inconsistencies in the installation paths. Here, I am just describing Linux paths, however similar inconsistencies exists for other OSs. - The default installation path provided by the...
I noticed this while trying to install MATLAB in a more hardened linux environment. Apparently it is a practice in Defense-In-Depth to disallow running executables from /tmp. And this is...
I am currently implementing a small bash script, which would launch an individual Matlab instance per user via Docker. Here is my current progress, and I can launch it for...