Skip to content

Commit

Permalink
Add comment about building font cache back
Browse files Browse the repository at this point in the history
  • Loading branch information
mathbunnyru committed Nov 26, 2023
1 parent baa110d commit d91bb62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions images/scipy-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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}"

Expand Down

0 comments on commit d91bb62

Please sign in to comment.