Skip to content

Commit a2d057f

Browse files
committed
update to .venv
1 parent e52a35b commit a2d057f

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
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# Start the inference server
4-
source ./venv/bin/activate # Activate the virtual environment
4+
source .venv/bin/activate # Activate the virtual environment
55

66
# Start the inference server
77
nohup python3 -m app

0 commit comments

Comments
 (0)