cdZWj 4 ay önce
ebeveyn
işleme
85a0f193db
1 değiştirilmiş dosya ile 5 ekleme ve 0 silme
  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 "试题切割服务正常开启!"