We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93ae31d commit 2b2a21aCopy full SHA for 2b2a21a
build.sh
@@ -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