File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -168,8 +168,10 @@ ENV PATH=/usr/local/miniconda/bin:$PATH \
168
168
169
169
# Installing precomputed python packages
170
170
RUN conda config --add channels conda-forge --add channels intel && \
171
+ chmod +x /usr/local/miniconda/bin/* && \
171
172
conda config --set always_yes yes --set changeps1 no && \
172
173
conda update -q conda && \
174
+ chmod +x /usr/local/miniconda/bin/* && \
173
175
conda install -y mkl=2017.0.1 \
174
176
numpy=1.11.2 \
175
177
scipy=0.18.1 \
@@ -181,7 +183,6 @@ RUN conda config --add channels conda-forge --add channels intel && \
181
183
traits=4.6.0 \
182
184
psutil=5.0.1 \
183
185
icu=58.1 && \
184
- chmod +x /usr/local/miniconda/bin/*
185
186
186
187
# matplotlib cleanups: set default backend, precaching fonts
187
188
RUN sed -i 's/\( backend *: \) .*$/\1 Agg/g' /usr/local/miniconda/lib/python3.5/site-packages/matplotlib/mpl-data/matplotlibrc && \
You can’t perform that action at this time.
0 commit comments