File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -91,9 +91,9 @@ RUN curl -sSL http://www.fil.ion.ucl.ac.uk/spm/download/restricted/utopia/dev/sp
91
91
unzip spm12.zip && \
92
92
rm -rf spm12.zip
93
93
94
- ENV MATLABCMD "/opt/mcr/v85/toolbox/matlab" \
95
- SPMMCRCMD "/opt/spm12/run_spm12.sh /opt/mcr/v85/ script" \
96
- FORCE_SPMMCR 1
94
+ ENV MATLABCMD= "/opt/mcr/v85/toolbox/matlab" \
95
+ SPMMCRCMD= "/opt/spm12/run_spm12.sh /opt/mcr/v85/ script" \
96
+ FORCE_SPMMCR= 1
97
97
98
98
WORKDIR /root
99
99
# Install miniconda
@@ -105,13 +105,12 @@ ENV PATH /usr/local/miniconda/bin:$PATH
105
105
106
106
# http://bugs.python.org/issue19846
107
107
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
108
- ENV LANG C.UTF-8 \
109
- LC_ALL C.UTF-8
108
+ ENV LANG= C.UTF-8 \
109
+ LC_ALL= C.UTF-8
110
110
111
111
# Add conda-forge channel in conda
112
112
RUN conda config --add channels conda-forge && \
113
113
conda install -y lockfile nipype matplotlib sphinx boto boto3 coverage mock pbr nitime dipy && \
114
114
pip install nose-cov doctest-ignore-unicode configparser
115
115
116
116
CMD ["/bin/bash"]
117
-
You can’t perform that action at this time.
0 commit comments