External Email - Use Caution        

Hello Hudson,

It should work with an existing CentOS 7, 8 or Ubuntu 18, 20, 22 OS image that you already have running in docker to download and install the freesurfer 7.3.2 .rpm or .deb package.  You just need to download the Freesurfer 7.3.2 package that matches your OS into the container from https://freesurfer.net/fswiki/rel7downloads and install it locally, e.g.,

… inside your container use wget or curl from the command line to fetch the package ...
$ cd /tmp
$ wget https://surfer.nmr.mgh.harvard.edu/pub/dist/freesurfer/7.3.2/<rpm or deb file matching your OS>
… for rpm file (RedHat, CentOS) ...
$ sudo yum install ./<rpm file matching your OS>
… for deb file (Ubuntu) …
$ sudo apt-get install ./<deb file matching your OS>
… answer yes to queries if you want to commit to installing what will be added to the system …

When the installation finishes, look to see you have a subdirectory under /usr/local/freesurfer named after the 7.3.2 release, e.g., something like /usr/local/freesurfer/7.3.2.  That path should become the setting for the environment variable FREESURFER_HOME.

- R.

On Aug 20, 2022, at 17:05, Robb, William Hudson <william.h.robb@vanderbilt.edu> wrote:

        External Email - Use Caution        


Hello,
 
When is the Freesurfer 7.3.2 docker expected to be released? I see 7.2.0 available here but not 7.3.2 : MailScanner has detected a possible fraud attempt from "secure-web.cisco.com" claiming to be https://hub.docker.com/r/freesurfer/freesurfer/tags
 
Thank you,
Hudson Robb
_______________________________________________
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edu