Skip to content

Commit 2b2a21a

Browse files
add missing build.sh
1 parent 93ae31d commit 2b2a21a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

build.sh

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/bash
2+
apt-get install -y python3.11-venv
3+
python3 -m venv .venv
4+
. .venv/bin/activate
5+
pip3 install -r requirements.txt
6+
python3 -m PyInstaller --onefile --hidden-import="googleapiclient" --hidden-import="viam-wrap" models.py
7+
tar -czvf dist/archive.tar.gz dist/models

0 commit comments

Comments
 (0)