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 baa110d commit d91bb62Copy full SHA for d91bb62
images/scipy-notebook/Dockerfile
@@ -74,6 +74,7 @@ RUN git clone https://github.com/PAIR-code/facets && \
74
fix-permissions "${CONDA_DIR}" && \
75
fix-permissions "/home/${NB_USER}"
76
77
+# Import matplotlib the first time to build the font cache
78
RUN MPLBACKEND=Agg python -c "import matplotlib.pyplot" && \
79
80
0 commit comments