Skip to content

Commit

Permalink
add /root/.local/bin to path
Browse files Browse the repository at this point in the history
  • Loading branch information
ipitio committed Oct 9, 2024
1 parent 4d85253 commit e75398f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 0 deletions.
Binary file removed pdf/done/example.pdf
Binary file not shown.
Binary file added pdf/todo/example.pdf
Binary file not shown.
1 change: 1 addition & 0 deletions src/predict.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ if [[ -f venv/bin/pip3 ]]; then
deactivate
[[ "$pdf_dir" == "." ]] || rm -rf venv
elif [[ -f /.dockerenv ]]; then
export PATH="$PATH:/root/.local/bin"
pip3 install -r requirements.txt --user --break-system-packages
python3 ./main.py "$pdf_dir"
rm -rf venv
Expand Down

0 comments on commit e75398f

Please sign in to comment.