docker-compose check

This commit is contained in:
binary-husky 2023-05-28 16:07:24 +08:00
parent 0fad4f44a4
commit e6c3aabd45

View File

@ -99,6 +99,7 @@ services:
command: >
bash -c " echo '[gpt-academic] 正在从github拉取最新代码...' &&
git pull &&
pip install -r requirements.txt &&
echo '[jittorllms] 正在从github拉取最新代码...' &&
git --git-dir=request_llm/jittorllms/.git --work-tree=request_llm/jittorllms pull --force &&
python3 -u main.py"