We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8aec28 commit dbd3ea3Copy full SHA for dbd3ea3
1 file changed
sh/deploy.sh
@@ -21,8 +21,10 @@ cd $DEST/ai
21
22
python -m venv .venv
23
24
-source .venv/bin/activate
+# source .venv/bin/activate
25
26
-pip install -r requirements.txt
+# pip install -r requirements.txt
27
+
28
+./.venv/bin/python -m pip install -r requirements.txt
29
30
nohup ./.venv/bin/streamlit run app.py --server.port=8501 > streamlit.log 2>&1 & disown
0 commit comments