feat: add multi-stages docker and support platform arm (#274)

* feat: add multi-stages docker and support platform arm

* refactor: pre-commit

* fix: raise ImportError (fastembed) instead of auto install

* feat: add dependencies for local llm

* feat: free disk

* feat: update README

* feat: update README

* chore: fix typo

---------

Co-authored-by: cin-niko <niko@cinnamon.is>
This commit is contained in:
kan_cin
2024-09-12 20:25:03 +07:00
committed by GitHub
parent 73a476979e
commit d3fd75297f
6 changed files with 141 additions and 31 deletions

View File

@@ -1,5 +1,7 @@
#!/bin/bash
set -eo pipefail
# Check and capture input argument for PDFJS_VERSION_DIST
if [ -z "$1" ]; then
echo "Usage: $0 <pdfjs_version_dist>"