Docker image implementing poldracklab/pydeface.
895
Code to build a Docker image of poldracklab's pydeface tool (github.com/poldracklab/pydeface).
To get the Docker image (recommended --much faster), run:
docker pull cbinyu/cbi_pydeface
To build the image yourself:
git clone https://github.com/cbinyu/cbi_pydeface.git
cd cbi_pydeface
docker build -t cbi_pydeface .
It will build a temporary image and a final image, which is a slim-down version of the temporary one.
To run pydeface on an image, follow the instructions for the command-line tool (github.com/poldracklab/pydeface), replacing pydeface with docker run cbinyu/cbi_pydeface (if you pull the Docker image) or docker run cbi_pydeface (if you built it). E.g.:
docker run cbinyu/cbi_pydeface infile.nii.gz
Notes:
infile inside the Docker container. This might involve mounting some host drive in the Docker container.root (default). E.g., to use the same user and group IDs that you have in your host machine, run:docker run --user $UID:$(id -g $UID) cbinyu/cbi_pydeface infile.nii.gz
Content type
Image
Digest
Size
142.6 MB
Last updated
almost 8 years ago
docker pull cbinyu/cbi_pydeface