Skip to content

Commit

Permalink
Update to 12.8.2 r2166 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhuguetn authored Feb 7, 2023
1 parent 1e683f4 commit 021b88b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ ENV SPM_VERSION 12
ENV SPM_REVISION r7771
ENV MCR_INHIBIT_CTF_LOCK 1
ENV SPM_HTML_BROWSER 0
ENV CAT_VERSION 12.8.1
ENV CAT_REVISION r2042
ENV CAT_VERSION 12.8.2
ENV CAT_REVISION r2166
ENV CAT_FULLVERSION CAT${CAT_VERSION}_${CAT_REVISION}
ENV CAT_PATH /opt/spm/spm12_mcr/home/gaser/gaser/spm/spm12/toolbox/cat12
ENV CAT_PATH /opt/spm/spm12_mcr/home/gaser/gaser/spm/spm12/toolbox/cat12
RUN wget --progress=bar:force -P /tmp http://www.neuro.uni-jena.de/cat12/${CAT_FULLVERSION}_${MATLAB_VERSION}_MCR_Linux.zip \
&& unzip -q /tmp/${CAT_FULLVERSION}_${MATLAB_VERSION}_MCR_Linux.zip -d /opt \
&& mv /opt/${CAT_FULLVERSION}_${MATLAB_VERSION}_MCR_Linux /opt/spm \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Components
* Ubuntu 20.04 LTS (Focal Fossa)
* MATLAB Compiler Runtime R2017b (version 9.3)
* SPM standalone version (SPM12 r7771)
* CAT toolbox (CAT12.8.1 r2042)
* CAT toolbox (CAT12.8.2 r2166)

Usage
-----
Expand Down

0 comments on commit 021b88b

Please sign in to comment.