The pyAFQ docker image ~~~~~~~~~~~~~~~~~~~~~~ Everytime a new commit is made to master the `pyAFQ github `_, a new image is pushed to the `NRDG github `_. This image contains an installation of the latest version of pyAFQ with fslpy. This image also contains an entrypoint, and can be run with:: docker run -v bids_dir:/bids_dir:rw ghcr.io/nrdg/pyafq bids_dir/config.toml This is using the config file which you can read about in `The pyAFQ configuration file <../reference/config.html>`_. You can also launch python inside the container and use the normal pyAFQ.