We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d584b3f commit 46cbed6Copy full SHA for 46cbed6
docker/generate_dockerfiles.sh
@@ -109,7 +109,7 @@ function generate_main_dockerfile() {
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
+ && curl -sSL --retry 5 https://github.com/INCF/pybids/tarball/0.6.5
113
| tar -xz -C /src/pybids --strip-components 1
114
&& source activate neuro
115
&& pip install --no-cache-dir -e /src/pybids" \
0 commit comments