Compiling matlab source code in a docker image
3 ビュー (過去 30 日間)
古いコメントを表示
Hello,
I have a general question regardin docker and matlab runtime. I have developed a toolbox in matlab to calculate various electrical parameters. As a user you only need the correct version of Matlab Runtime to calculate. My intention is to move the source code from the toolbox to a docker image, my question is however this is posible or not. I want to be able to send data from an application, to be executed in the container, and later sent back to the user. Can this be achived with out licensing issues if you only require runtime in order to execute the calculation?
2 件のコメント
Mohammad Sami
2020 年 9 月 22 日
It should be possible to run a compiled command line application in a docker container.
Mohammad Sami
2020 年 9 月 22 日
編集済み: Mohammad Sami
2020 年 9 月 22 日
You can also run MATLAB desktop from a docker container.
https://www.mathworks.com/help/cloudcenter/ug/matlab-deep-learning-container-on-dgx.html
https://github.com/mathworks-ref-arch/matlab-dockerfile
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Containers についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!