Co-Authored-By: Solaris-star <67425364+solaris-star@users.noreply.github.com>
This commit is contained in:
Timothy Jaeryang Baek
2026-08-17 00:01:38 -07:00
parent 927ce0eae6
commit 0480ca9653

View File

@@ -162,6 +162,7 @@ RUN set -e; \
fi; \
fi; \
mkdir -p /app/backend/data; chown -R $UID:$GID /app/backend/data/; \
if [ -d /app/backend/data/cache ]; then chmod -R a+rX /app/backend/data/cache; fi; \
rm -rf /var/lib/apt/lists/*;
# Optional: PPTX parsing through unstructured may need spaCy's English model.