Skip to content

Commit b7d8f19

Browse files
rc5
1 parent a4fcde5 commit b7d8f19

4 files changed

Lines changed: 8 additions & 5 deletions

File tree

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,15 @@ RUN python -m pip install xvfbwrapper \
4242

4343
RUN 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

5050
RUN python -m pip install SimpleITK
5151

52+
ENV OPENBLAS_NUM_THREADS=1
53+
5254
############################################# install macapype
5355

5456
RUN python -m pip install --pre macapype

Dockerfile_spm_hdbet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ RUN python -m pip install xvfbwrapper \
4242

4343
RUN python -m pip install graphviz \
4444
pybids \
45-
nipype \
45+
nipype==1.9.2\
4646
nilearn \
4747
scikit-image \
4848
brain-slam

Dockerfile_testpypi

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,15 @@ RUN python -m pip install xvfbwrapper \
4242

4343
RUN 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-
5150
RUN python -m pip install SimpleITK
5251

52+
ENV OPENBLAS_NUM_THREADS=1
53+
5354
############################################# install macapype
5455

5556
RUN python -m pip install --no-deps --index-url https://test.pypi.org/simple/ --pre macapype

macapype/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.6-rc4'
1+
__version__ = '0.6-rc5'

0 commit comments

Comments
 (0)