Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
910 changes: 388 additions & 522 deletions .circleci/config.yml

Large diffs are not rendered by default.

Binary file removed .docker/fsl-6.0/bin/eddy_openmp
Binary file not shown.
132 changes: 0 additions & 132 deletions .docker/fsl-6.0/bin/imglob

This file was deleted.

Binary file removed .docker/fsl-6.0/bin/topup
Binary file not shown.
Binary file removed .docker/fsl-6.0/lib/libgfortran.so.3
Binary file not shown.
Binary file removed .docker/fsl-6.0/lib/libopenblas.so.0
Binary file not shown.
71 changes: 0 additions & 71 deletions .docker/neurodebian.gpg

This file was deleted.

37 changes: 5 additions & 32 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,43 +12,16 @@ dmriprep.egg-info/**/*
dmriprep.egg-info
.eggs/**/*
.eggs

.pixi
.tox

# python distribution
.pytest_cache/**/*
.pytest_cache
.ipynb_checkpoints/**/*
.ipynb_checkpoints


# housekeeping tools
.maintenance/**/*
.maintenance
get_version.py
tox.ini

# pip installs
src/**/*
src/

# git
.gitignore
.git/**/*
.git
.github/**/*
.github
.mailmap

# other
work/**/*
work
out/**/*
out/

# CI, etc.
.circleci
.circleci/**/*
.codecov.yml
.coveragerc
.pep8speaks.yml
.travis.yml
.zenodo.json

.afq
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# SCM syntax highlighting & preventing 3-way merges
pixi.lock merge=binary linguist-language=YAML linguist-generated=true
101 changes: 0 additions & 101 deletions .github/workflows/pythonpackage.yml

This file was deleted.

Loading
Loading