Skip to content

Commit

Permalink
removed MCR for testing nomatlab branch
Browse files Browse the repository at this point in the history
  • Loading branch information
akhanf authored May 20, 2021
1 parent 09d1a64 commit bdeef0f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,4 @@ RUN mkdir -p /opt/c3d && curl -s -L --retry 6 https://www.dropbox.com/s/bkw5mfp8
ENV PATH "/opt/c3d/bin:$PATH"


#install mcr
RUN mkdir -p /opt/mcr-install && curl -L --retry 5 https://ssd.mathworks.com/supportfiles/downloads/R2019b/Release/5/deployment_files/installer/complete/glnxa64/MATLAB_Runtime_R2019b_Update_5_glnxa64.zip > /opt/mcr-install/install.zip && \
unzip /opt/mcr-install/install.zip -d /opt/mcr-install && \
/opt/mcr-install/install -mode silent -agreeToLicense yes -destinationFolder /opt/mcr && \
rm -rf /opt/mcr-install


0 comments on commit bdeef0f

Please sign in to comment.