Installation of fmriprep on a machine with no network access

Hi,

Any guidance for installing fmriprep (docker, Windows) on a machine with no network access would be highly appreciated.

Many thanks

I guess the shortest path to this is:

  1. On a different machine, with internet access and docker installed, pull the docker image and export it as a tarfile.

  2. On the machine with internet access and docker import the tarfile.

This can be avoided by connecting the machine connected for a short time to pull the docker image down. Once pulled, you won’t need internet connection.

Also, it is a good idea to include the --notrack argument when running without network access.

Cheers,
Oscar

2 Likes