Skip to content

Commit 88668de

Browse files
committed
Pin specific pybids version in Dockerfile
1 parent 785d9c2 commit 88668de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/generate_dockerfiles.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ function generate_main_dockerfile() {
107107
pip_opts="-e" \
108108
pip_install="/src/nipype[all]" \
109109
--run-bash "mkdir -p /src/pybids
110-
&& curl -sSL --retry 5 https://github.com/INCF/pybids/tarball/master
110+
&& curl -sSL --retry 5 https://github.com/INCF/pybids/tarball/0.5.1
111111
| tar -xz -C /src/pybids --strip-components 1
112112
&& source activate neuro
113113
&& pip install --no-cache-dir -e /src/pybids" \

0 commit comments

Comments
 (0)