File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,13 +42,15 @@ RUN python -m pip install xvfbwrapper \
4242
4343RUN python -m pip install graphviz \
4444 pybids \
45- nipype==1.9.2 \
45+ nipype==1.8.6 \
4646 nilearn \
4747 scikit-image \
4848 brain-slam
4949
5050RUN python -m pip install SimpleITK
5151
52+ ENV OPENBLAS_NUM_THREADS=1
53+
5254# ############################################ install macapype
5355
5456RUN python -m pip install --pre macapype
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ RUN python -m pip install xvfbwrapper \
4242
4343RUN python -m pip install graphviz \
4444 pybids \
45- nipype \
45+ nipype==1.9.2 \
4646 nilearn \
4747 scikit-image \
4848 brain-slam
Original file line number Diff line number Diff line change @@ -42,14 +42,15 @@ RUN python -m pip install xvfbwrapper \
4242
4343RUN python -m pip install graphviz \
4444 pybids \
45- nipype==1.9.2 \
45+ nipype==1.8.6 \
4646 nilearn \
4747 scikit-image \
4848 brain-slam
4949
50-
5150RUN python -m pip install SimpleITK
5251
52+ ENV OPENBLAS_NUM_THREADS=1
53+
5354############################################# install macapype
5455
5556RUN python -m pip install --no-deps --index-url https://test.pypi.org/simple/ --pre macapype
Original file line number Diff line number Diff line change 1- __version__ = '0.6-rc4 '
1+ __version__ = '0.6-rc5 '
You can’t perform that action at this time.
0 commit comments