Skip to content

Commit ff8dfa4

Browse files
committed
Move install of nipype earlier in neurodocker.sh
1 parent f7ad100 commit ff8dfa4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/neurodocker.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ docker run --rm ${image} generate docker \
6161
libsm-dev libx11-dev libxt-dev libxext-dev libglu1-mesa \
6262
--run 'ln -s /usr/lib/x86_64-linux-gnu /usr/lib64' \
6363
--miniconda \
64-
conda_install="python=3.6 pip jupyter cmake mesalib vtk=8.2.0=py36ha8e561a_201 pandas
65-
matplotlib colormath nipype>=1.1.4 nilearn tbb-devel nose etelemetry" \
64+
conda_install="python=3.6 pip jupyter cmake nipype>=1.1.4 mesalib vtk=8.2.0=py36ha8e561a_201 pandas
65+
matplotlib colormath nilearn tbb-devel nose etelemetry" \
6666
pip_install="datalad[full] duecredit" \
6767
create_env="mb" \
6868
activate=true \

0 commit comments

Comments
 (0)