Skip to content

Commit 60b96b2

Browse files
committed
Added nohup to inference start script so the process keeps running
1 parent ede37de commit 60b96b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/inference/start.sh‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
source ./venv/bin/activate # Activate the virtual environment
55

66
# Start the inference server
7-
python3 -m app
7+
nohup python3 -m app

0 commit comments

Comments
 (0)