A generic generator of Dockerfiles and Singularity recipes.
Project description
Neurodocker
Neurodocker is a command-line program that generates custom Dockerfiles and Singularity recipes for neuroimaging and minifies existing containers.
Please see our website https://www.repronim.org/neurodocker for more information.
See our list of supported software
Installation
Use the Neurodocker Docker image (recommended):
docker run --rm repronim/neurodocker:latest --help
The Docker images were moved to repronim/neurodocker from kaczmarj/neurodocker.
This project can also be installed with pip
:
pip install neurodocker
neurodocker --help
If the pip install
command above gives a permissions error, install as a non-root user:
pip install --user neurodocker
Note: it is not yet possible to minimize Docker containers using the Neurodocker Docker image.
Developer installation
Clone the repository and install in editable mode.
git clone https://github.com/ReproNim/neurodocker
cd neurodocker
python -m pip install --no-cache-dir --editable .[all]
Before committing changes, initialize pre-commit
with pre-commit install
. This will format code with each commit to keep the style consistent. Neurodocker uses black
for formatting.
Build status
You can check the status of the build of the Docker images for several of the neuroimaging software packages that are supported by Neurodocker on this page.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file neurodocker-1.0.1.tar.gz
.
File metadata
- Download URL: neurodocker-1.0.1.tar.gz
- Upload date:
- Size: 78.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 613a41da549979a28feeefba8a4a029954c8ab10bdb4a69b9ccb907a481a7f52 |
|
MD5 | 487660b56fa1bf378dafef1ab86fbf79 |
|
BLAKE2b-256 | 9b352dc3e6cba3e6dbd77c8b916cf149fd7fff8b95631a7ae1e711a404e82c16 |
File details
Details for the file neurodocker-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: neurodocker-1.0.1-py3-none-any.whl
- Upload date:
- Size: 75.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b394377038e8c4eb50b7af9eda29c787ea843ae0311de8d8bd7ba91bce538182 |
|
MD5 | 149c1bd6dcab7b45129ee1d684df9929 |
|
BLAKE2b-256 | b407b5394f48a77a8ec71ca82c1547e1f84947f31ec54b9fc7de62457b4dd83a |