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
I am still new to Docker, thus I have the question, does MATLAB need to be installed inside the container? Or there's some configuration error of my matlab that causes the problem?
Btw, I can run matlab -nodisplay -r 'disp("Hello World!"); exit;' locally in my terminal without any problem.
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to setup and run
CloudReg
local version on a workstation following the documents.I have
matlab
installed locally, and when I am trying to run inside the containerIt says,
I am still new to
Docker
, thus I have the question, does MATLAB need to be installed inside the container? Or there's some configuration error of mymatlab
that causes the problem?Btw, I can run
matlab -nodisplay -r 'disp("Hello World!"); exit;'
locally in my terminal without any problem.The text was updated successfully, but these errors were encountered: