pre-warm matplotlib font cache

This commit is contained in:
2021-05-19 22:57:50 +03:00
committed by Motiejus Jakštys
parent 47c71f04c2
commit c957268ecc
2 changed files with 5 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ set -euo pipefail
NAME=wm-mj-build
if [[ -z "$(docker images -q --filter "reference=$NAME")" ]]; then
docker build -t "$NAME" - < Dockerfile
docker build -t "$NAME" .
fi
exec docker run -ti --rm \