Skip to content

Commit

Permalink
Merge pull request #7 from DCAN-Labs/develop
Browse files Browse the repository at this point in the history
Update Matlab version to 2019a
  • Loading branch information
perronea authored Feb 2, 2022
2 parents 1d92301 + 59264c6 commit ffe294b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ ENV FSLDIR=/opt/fsl \
#---------------------
RUN mkdir /opt/mcr /opt/mcr_download
WORKDIR /opt/mcr_download
RUN wget https://ssd.mathworks.com/supportfiles/downloads/R2017a/deployment_files/R2017a/installers/glnxa64/MCR_R2017a_glnxa64_installer.zip \
&& unzip MCR_R2017a_glnxa64_installer.zip \
RUN wget https://ssd.mathworks.com/supportfiles/downloads/R2019a/Release/9/deployment_files/installer/complete/glnxa64/MATLAB_Runtime_R2019a_Update_9_glnxa64.zip \
&& unzip MATLAB_Runtime_R2019a_Update_9_glnxa64.zip \
&& ./install -agreeToLicense yes -mode silent -destinationFolder /opt/mcr \
&& rm -rf /opt/mcr_download

Expand Down

0 comments on commit ffe294b

Please sign in to comment.