Skip to content

Commit ede37de

Browse files
committed
Added script to start the inference server
1 parent 3f3028b commit ede37de

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

‎src/inference/start.sh‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/sh
2+
3+
# Start the inference server
4+
source ./venv/bin/activate # Activate the virtual environment
5+
6+
# Start the inference server
7+
python3 -m app

0 commit comments

Comments
 (0)