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() {
7272 --run ' echo "cHJpbnRmICJrcnp5c3p0b2YuZ29yZ29sZXdza2lAZ21haWwuY29tCjUxNzIKICpDdnVtdkVWM3pUZmcKRlM1Si8yYzFhZ2c0RQoiID4gL29wdC9mcmVlc3VyZmVyLTYuMC4wLW1pbi9saWNlbnNlLnR4dA==" | base64 -d | sh' \
7373 --install afni ants apt-utils bzip2 convert3d file fsl-core \
7474 fsl-mni152-templates fusefat g++ git graphviz make python ruby \
75- unzip xvfb git-annex-standalone \
75+ unzip xvfb git-annex-standalone liblzma-dev \
7676 --add-to-entrypoint " source /etc/fsl/fsl.sh && source /etc/afni/afni.sh" \
7777 --env ANTSPATH=' /usr/lib/ants' \
7878 PATH=' /usr/lib/ants:$PATH' \
@@ -92,7 +92,7 @@ function generate_main_dockerfile() {
9292 --workdir /home/neuro \
9393 --miniconda create_env=neuro \
9494 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
9696 pandas psutil scikit-learn scipy traits' \
9797 pip_install=" pytest-xdist" \
9898 activate=true \
You can’t perform that action at this time.
0 commit comments