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 785d9c2 commit 88668deCopy full SHA for 88668de
docker/generate_dockerfiles.sh
@@ -107,7 +107,7 @@ function generate_main_dockerfile() {
107
pip_opts="-e" \
108
pip_install="/src/nipype[all]" \
109
--run-bash "mkdir -p /src/pybids
110
- && curl -sSL --retry 5 https://github.com/INCF/pybids/tarball/master
+ && curl -sSL --retry 5 https://github.com/INCF/pybids/tarball/0.5.1
111
| tar -xz -C /src/pybids --strip-components 1
112
&& source activate neuro
113
&& pip install --no-cache-dir -e /src/pybids" \
0 commit comments