Skip to content
Snippets Groups Projects
Commit 269dc8c7 authored by Christof Kaufmann's avatar Christof Kaufmann
Browse files

Trigger matplotlib font cache generation

parent 84783313
Branches
No related tags found
1 merge request!48Update code-server to 4.100.3
......@@ -165,6 +165,7 @@ RUN chown -R ${NB_USER} "/home/${NB_USER}/.jupyter" && \
mkdir -p /etc/skel/.local/share/ && \
cp -r "/home/${NB_USER}/.local/share/code-server" /etc/skel/.local/share/ && \
# matplotlib cache
python -c "import matplotlib.pyplot" && \
mkdir -p /etc/skel/.cache && \
cp -r "/home/${NB_USER}/.cache/matplotlib" /etc/skel/.cache/ && \
# stuff
......
......@@ -125,6 +125,7 @@ RUN chown -R ${NB_USER} "/home/${NB_USER}/.jupyter" && \
mkdir -p /etc/skel/.local/share/ && \
cp -r "/home/${NB_USER}/.local/share/code-server" /etc/skel/.local/share/ && \
# matplotlib cache
python -c "import matplotlib.pyplot" && \
mkdir -p /etc/skel/.cache && \
cp -r "/home/${NB_USER}/.cache/matplotlib" /etc/skel/.cache/ && \
# stuff
......
......@@ -124,6 +124,7 @@ RUN chown -R ${NB_USER} "/home/${NB_USER}/.jupyter" && \
mkdir -p /etc/skel/.local/share/ && \
cp -r "/home/${NB_USER}/.local/share/code-server" /etc/skel/.local/share/ && \
# matplotlib cache
python -c "import matplotlib.pyplot" && \
mkdir -p /etc/skel/.cache && \
cp -r "/home/${NB_USER}/.cache/matplotlib" /etc/skel/.cache/ && \
# stuff
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment