From: Vincent Vanwaelscappel Date: Tue, 29 Jul 2025 14:30:17 +0000 (+0200) Subject: #7556 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=b9ae193f51015e615e42a72ea7d7f4421275ac1f;p=fluidbook_processfarm.git #7556 --- diff --git a/app/.EasyOCR/EasyOCR b/app/.EasyOCR/EasyOCR deleted file mode 100644 index e69de29..0000000 diff --git a/updatecontainer b/updatecontainer index 32dc37b..e23e6f8 100644 --- a/updatecontainer +++ b/updatecontainer @@ -13,5 +13,8 @@ docker compose up -d docker exec fluidbook-processfarm composer update chmod 755 ./app/vendor/cubist/pdf/resources/tools/fwstk.sh chmod 755 ./app/vendor/fluidbook/tools/resources/tools/svgcleaner/svgcleaner +mkdir -p ./app/.EasyOCR +mkdir -p ./app/.cache/huggingface chmod 777 -R ./app/.EasyOCR +chmod 777 -R ./app/.cache/huggingface if command -v ufw-docker &> /dev/null; then ufw-docker allow fluidbook-processfarm; fi \ No newline at end of file