From d91bb62be0cb525529e6028d9dfcb53d20775fe5 Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Sun, 26 Nov 2023 01:45:47 +0100 Subject: [PATCH] Add comment about building font cache back --- images/scipy-notebook/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/images/scipy-notebook/Dockerfile b/images/scipy-notebook/Dockerfile index 55bf7eb5..6f14a27a 100644 --- a/images/scipy-notebook/Dockerfile +++ b/images/scipy-notebook/Dockerfile @@ -74,6 +74,7 @@ RUN git clone https://github.com/PAIR-code/facets && \ fix-permissions "${CONDA_DIR}" && \ fix-permissions "/home/${NB_USER}" +# Import matplotlib the first time to build the font cache RUN MPLBACKEND=Agg python -c "import matplotlib.pyplot" && \ fix-permissions "/home/${NB_USER}"