We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88668de commit 249a56cCopy full SHA for 249a56c
docker/generate_dockerfiles.sh
@@ -106,6 +106,8 @@ function generate_main_dockerfile() {
106
pandas psutil scikit-learn scipy traits=4.6.0' \
107
pip_opts="-e" \
108
pip_install="/src/nipype[all]" \
109
+ --miniconda env_name=neuro \
110
+ pip_install="grabbit==0.1.2" \
111
--run-bash "mkdir -p /src/pybids
112
&& curl -sSL --retry 5 https://github.com/INCF/pybids/tarball/0.5.1
113
| tar -xz -C /src/pybids --strip-components 1
0 commit comments