You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

start_server.sh 520 B

12345678910111213141516171819
  1. #!/bin/bash
  2. conda activate dubhe_visual
  3. echo '进入conda虚拟环境,正在启动服务...'
  4. DIRNAME=$(pwd)
  5. cd backend/
  6. nohup python $DIRNAME/backend/main.py --port 9898 >django.log 2>&1 &
  7. echo 'http 服务启动'
  8. cd parser_service/
  9. nohup python $DIRNAME/parser_service/master.py >server.log 2>&1 &
  10. echo 'parser 服务启动'
  11. cd service_utils/
  12. nohup python $DIRNAME/service_utils/monitor.py >monitor.log 2>&1 &
  13. echo 'monitor 服务启动'
  14. echo '服务启动成功,停止服务请执行:source stop_server.sh'

一站式算法开发平台、高性能分布式深度学习框架、先进算法模型库、视觉模型炼知平台、数据可视化分析平台等一系列平台及工具,在模型高效分布式训练、数据处理和可视分析、模型炼知和轻量化等技术上形成独特优势,目前已在产学研等各领域近千家单位及个人提供AI应用赋能

Contributors (1)