修改运行脚本

This commit is contained in:
william 2024-09-18 14:36:21 +08:00
parent 90b16296be
commit 36ecd7e40d

View File

@ -7,14 +7,13 @@ platform:
os: linux os: linux
arch: amd64 arch: amd64
workspace:
- /home/tmfc/apps/chyoso_toolkit
steps: steps:
- name: run - name: run
commands: commands:
- pip install -i https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple -r requirements.txt - pip install -i https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple -r requirements.txt
- chmod +x kill_ui.sh - chmod +x kill_ui.sh
- ./kill_ui.sh - ./kill_ui.sh
- cp ./choyso_toolkit_ui.py /home/tmfc/apps/whisper/
- cd /home/tmfc/apps/whisper
- nohup python3 chyoso_toolkit_ui.py > output.log 2>&1 & - nohup python3 chyoso_toolkit_ui.py > output.log 2>&1 &
... ...