mathworks-ref-arch / matlab-dockerfile

Create a docker container that contains a MATLAB install
Other
345 stars 96 forks source link

Failure while building dockerfile with vscode #100

Closed cnadler86 closed 7 months ago

cnadler86 commented 7 months ago

When building the configured docker file with vs code, I keep getting this failure:

 > [5/5] RUN wget -q https://www.mathworks.com/mpm/glnxa64/mpm     && chmod +x mpm     && sudo HOME=${HOME} ./mpm install     --release=r2022b     --destination=/opt/matlab/r2022b     --products MATLAB     || (echo "MPM Installation Failure. See below for more information:" && cat /tmp/mathworks_root.log && false)     && sudo rm -rf mpm /tmp/mathworks_root.log ${HOME}/.MathWorks     
&& sudo ln -s /opt/matlab/r2022b/bin/matlab /usr/local/bin/matlab:
16.68 MPM Installation Failure. See below for more information:
16.69 cat: /tmp/mathworks_root.log: No such file or directory
cnadler86 commented 7 months ago

Seems I need the mpm directory from the repo. (didn't clone, just took the dockerfile)