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:
@@ -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>"
|
||||
|
Reference in New Issue
Block a user