There was an error while loading. Please reload this page.
1 parent e52a35b commit a2d057fCopy full SHA for a2d057f
��src/inference/start.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
# Start the inference server
4
-source ./venv/bin/activate # Activate the virtual environment
+source .venv/bin/activate # Activate the virtual environment
5
6
7
nohup python3 -m app
0 commit comments