We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bd56cb commit 4503e9eCopy full SHA for 4503e9e
Dockerfile
@@ -182,7 +182,8 @@ RUN conda config --add channels conda-forge --add channels intel && \
182
libxslt=1.1.29 \
183
traits=4.6.0 \
184
psutil=5.0.1 \
185
- icu=58.1
+ icu=58.1 && \
186
+ find /usr/local/miniconda/ -exec chmod 775 {} +
187
188
# matplotlib cleanups: set default backend, precaching fonts
189
RUN sed -i 's/\(backend *: \).*$/\1Agg/g' /usr/local/miniconda/lib/python3.5/site-packages/matplotlib/mpl-data/matplotlibrc && \
0 commit comments