Skip to content

Commit

Permalink
feat: pre-cache matplotlib fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
JanPokorny committed Oct 18, 2024
1 parent e131e3c commit 6852dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion executor/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 /
Expand Down

0 comments on commit 6852dab

Please sign in to comment.