Skip to content

Commit 3e46b29

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/inference/start.sh‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
#!/bin/sh
1+
#!/bin/bash
22

33
# Start the inference server
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)