matlab_runtime_docker icon indicating copy to clipboard operation
matlab_runtime_docker copied to clipboard

Matlab runtime 2021a (v.9.10)

Open Laura-Bueno opened this issue 3 years ago • 2 comments

Hi @demartis

I need to install matlab runtime 2021a in a linux vm for my application to be able to run. Just wondering if you also have a repository for that version please?

Thanks so much in advance!

Laura-Bueno avatar Feb 09 '22 22:02 Laura-Bueno

Hi @demartis,

I have been able to compile my application using matlab 2019b so I have been able to pull the image from your repository by using "docker pull demartis/matlab-runtime:2019b". Next, I import the image to my dockerfile and built the image for my application. However, when I try to run the container I get the following error:

RuntimeError: Could not find an appropriate directory for MATLAB or the MATLAB runtime in LD_LIBRARY_PATH. Details: libmwmclmcrrt.so.9.7

I've seen that in your dockerfile, the library path is set up to the following path however when I check this path in the vm doesn't exist for me. Any ideas what could be happening?

ENV LD_LIBRARY_PATH /opt/mcr/v97/runtime/glnxa64:/opt/mcr/v97/bin/glnxa64:/opt/mcr/v97/sys/os/glnxa64:/opt/mcr/v97/extern/bin/glnxa64

thanks a lot in advance

Laura-Bueno avatar Feb 09 '22 22:02 Laura-Bueno

eg: use centos docker image. I install MATLAB_Runtime_R2020a_Update_7_glnxa64 yestoday, it works well. python3 version:3.6.9

qbmiller avatar May 10 '22 05:05 qbmiller

hello, @qbmiller and @Laura-Bueno , I've been working on new releases, newest MATLAB versions will be available soon

demartis avatar May 11 '23 13:05 demartis

Project up to date

demartis avatar May 11 '23 15:05 demartis