Skip to content

Commit b48da5b

Browse files
committed
fix Dockerfile, tested in local and pushed into docker hub
1 parent 46b8476 commit b48da5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ 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
186186

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

0 commit comments

Comments
 (0)