Skip to content

Commit 3287120

Browse files
committed
no sudo
1 parent c1ba754 commit 3287120

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/predict.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ set -Eeuo pipefail
55
declare -r pdf_dir="${1:-.}"
66
export OMP_THREAD_LIMIT=1
77

8-
sudo apt-get update
9-
sudo apt-get install -y python3 python3-pip python3-venv tesseract-ocr poppler-utils
8+
apt-get update
9+
apt-get install -y python3 python3-pip python3-venv tesseract-ocr poppler-utils
1010
python3 -m venv venv
1111

1212
if [[ -f venv/bin/pip3 ]]; then

0 commit comments

Comments
 (0)