From b7aa77de72a4b0bdc6f316707a88b89d424781d1 Mon Sep 17 00:00:00 2001 From: William Jin Date: Sun, 22 Sep 2024 21:24:51 +0800 Subject: [PATCH] =?UTF-8?q?=E9=83=A8=E7=BD=B2=E8=84=9A=E6=9C=AC=E4=B8=AD?= =?UTF-8?q?=E5=8A=A0=E5=85=A5=20node?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 0a21f40..3830c95 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,10 +10,13 @@ platform: steps: - name: run commands: - - pip install -i https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple -r requirements.txt - chmod +x kill_ui.sh - ./kill_ui.sh - cp ./chyoso_toolkit_ui.py /home/tmfc/apps/whisper/ + - cp ./requirements.txt /home/tmfc/apps/whisper/ - cd /home/tmfc/apps/whisper + - pip install -i https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple -r requirements.txt - nohup python3 chyoso_toolkit_ui.py > output.log 2>&1 & +node: + tmfc_server:exec_runner ... \ No newline at end of file