Skip to content

Commit e52a35b

Browse files
committed
changed inference shebang to bash
1 parent 3e46b29 commit e52a35b

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-
nohup python3 -m app &
7+
nohup python3 -m app

0 commit comments

Comments
 (0)