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 cfc2ed6 commit dd03863Copy full SHA for dd03863
docker/base.Dockerfile
@@ -148,5 +148,8 @@ ENV MATLABCMD="/opt/mcr/v85/toolbox/matlab" \
148
SPMMCRCMD="/opt/spm12/run_spm12.sh /opt/mcr/v85/ script" \
149
FORCE_SPMMCR=1
150
151
-WORKDIR /work
+# Install pybids
152
+RUN git clone https://github.com/INCF/pybids.git
153
+RUN pip install -e .
154
155
+WORKDIR /work
nipype/interfaces/bids.py
0 commit comments