Browse Source

add run.sh

cdZWj 4 months ago
parent
commit
85a0f193db
1 changed files with 5 additions and 0 deletions
  1. 5 0
      PointerNet/run.sh

+ 5 - 0
PointerNet/run.sh

@@ -0,0 +1,5 @@
+#!/bin/bash
+source /home/liqiaoyan/miniconda3/bin/activate
+conda activate topicSegment
+sudo nohup python segment_app.py > logs/nohup.out 2>&1 &
+echo "试题切割服务正常开启!"