File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ function generate_base_dockerfile() {
72
72
--run ' echo "cHJpbnRmICJrcnp5c3p0b2YuZ29yZ29sZXdza2lAZ21haWwuY29tCjUxNzIKICpDdnVtdkVWM3pUZmcKRlM1Si8yYzFhZ2c0RQoiID4gL29wdC9mcmVlc3VyZmVyLTYuMC4wLW1pbi9saWNlbnNlLnR4dA==" | base64 -d | sh' \
73
73
--install afni ants apt-utils bzip2 convert3d file fsl-core \
74
74
fsl-mni152-templates fusefat g++ git graphviz make python ruby \
75
- unzip xvfb git-annex-standalone \
75
+ unzip xvfb git-annex-standalone liblzma-dev \
76
76
--add-to-entrypoint " source /etc/fsl/fsl.sh && source /etc/afni/afni.sh" \
77
77
--env ANTSPATH=' /usr/lib/ants' \
78
78
PATH=' /usr/lib/ants:$PATH' \
@@ -92,7 +92,7 @@ function generate_main_dockerfile() {
92
92
--workdir /home/neuro \
93
93
--miniconda create_env=neuro \
94
94
conda_install=' python=${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}
95
- libxml2 libxslt liblzma-dev matplotlib mkl "numpy!=1.16.0" paramiko
95
+ libxml2 libxslt matplotlib mkl "numpy!=1.16.0" paramiko
96
96
pandas psutil scikit-learn scipy traits' \
97
97
pip_install=" pytest-xdist" \
98
98
activate=true \
You can’t perform that action at this time.
0 commit comments