Add comment about building font cache back

This commit is contained in:
Ayaz Salikhov
2023-11-26 01:45:47 +01:00
parent baa110d3f9
commit d91bb62be0

View File

@@ -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}"