We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1ba754 commit 3287120Copy full SHA for 3287120
src/predict.sh
@@ -5,8 +5,8 @@ set -Eeuo pipefail
5
declare -r pdf_dir="${1:-.}"
6
export OMP_THREAD_LIMIT=1
7
8
-sudo apt-get update
9
-sudo apt-get install -y python3 python3-pip python3-venv tesseract-ocr poppler-utils
+apt-get update
+apt-get install -y python3 python3-pip python3-venv tesseract-ocr poppler-utils
10
python3 -m venv venv
11
12
if [[ -f venv/bin/pip3 ]]; then
0 commit comments