forked from chatchat-space/Langchain-Chatchat
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Your Name
committed
May 10, 2024
1 parent
0be5429
commit e09f47d
Showing
2 changed files
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,14 @@ | ||
#! /bin/bash | ||
do_cmd(){ | ||
echo "$@" | ||
eval $@ | ||
} | ||
|
||
. ~/jvenv311/bin/activate | ||
./shutdown_all.sh | ||
for port in 20000 20001 20002 7861 8501; do | ||
do_cmd fuser -k $port/tcp | ||
done | ||
python -m pip install "pydantic>=1.10.11,<2.0" | ||
python startup.py -a | ||
|
Empty file.