Skip to content

Commit

Permalink
don't dup
Browse files Browse the repository at this point in the history
  • Loading branch information
ipitio committed Oct 11, 2024
1 parent 8997217 commit faee7a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/predict.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ for _ in {1..300}; do
apt-get install -y python3 python3-pip python3-venv tesseract-ocr poppler-utils && break || sleep 1
done

apt-get install -y python3 python3-pip python3-venv tesseract-ocr poppler-utils
python3 -m venv venv

if [[ -f venv/bin/pip3 ]]; then
Expand Down

0 comments on commit faee7a1

Please sign in to comment.