Skip to content

Commit

Permalink
user in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
ipitio committed Oct 9, 2024
1 parent 703b17d commit 18cb940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/predict.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ if [[ -f venv/bin/pip3 ]]; then
deactivate
[[ "$pdf_dir" == "." ]] || rm -rf venv
elif [[ -f /.dockerenv ]]; then
pip3 install -r requirements.txt --break-system-packages
pip3 install -r requirements.txt --user --break-system-packages
python3 ./main.py "$pdf_dir"
fi

0 comments on commit 18cb940

Please sign in to comment.