Skip to content

Commit 4503e9e

Browse files
committed
fix conda permissions (#1806 / #1806 (comment))
1 parent 5bd56cb commit 4503e9e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,8 @@ RUN conda config --add channels conda-forge --add channels intel && \
182182
libxslt=1.1.29 \
183183
traits=4.6.0 \
184184
psutil=5.0.1 \
185-
icu=58.1
185+
icu=58.1 && \
186+
find /usr/local/miniconda/ -exec chmod 775 {} +
186187

187188
# matplotlib cleanups: set default backend, precaching fonts
188189
RUN sed -i 's/\(backend *: \).*$/\1Agg/g' /usr/local/miniconda/lib/python3.5/site-packages/matplotlib/mpl-data/matplotlibrc && \

0 commit comments

Comments
 (0)