From 6852dab631ee9839f636eaafadb3fefb963213fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Pokorn=C3=BD?= Date: Fri, 18 Oct 2024 16:23:55 +0200 Subject: [PATCH] feat: pre-cache matplotlib fonts --- executor/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/executor/Dockerfile b/executor/Dockerfile index 9af612b..8143989 100644 --- a/executor/Dockerfile +++ b/executor/Dockerfile @@ -94,7 +94,7 @@ RUN echo "executor:x:${UID}:${UID}::/home/executor:" >> /etc/passwd && \ USER executor # fontconfig -RUN fc-cache -fv +RUN fc-cache -fv && python -c "import matplotlib.pyplot" # Python COPY requirements.txt requirements-skip.txt /