Skip to content

Commit

Permalink
Modify build script
Browse files Browse the repository at this point in the history
  • Loading branch information
yapishu authored Feb 8, 2023
1 parent 894eae6 commit ac78597
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build-scripts/builder.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
rm -f /binary/groundseg
python3.10 -m pip install -r /api/requirements.txt
python3.10 -m nuitka --clang --onefile /api/groundseg.py -o /binary/groundseg
python3.10 -m nuitka --clang --onefile /api/groundseg.py -o groundseg-bin
mv groundseg-bin /binary/groundseg

0 comments on commit ac78597

Please sign in to comment.