Closed cnadler86 closed 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
Seems I need the mpm directory from the repo. (didn't clone, just took the dockerfile)
When building the configured docker file with vs code, I keep getting this failure: