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 358 B

12345678910111213141516
  1. #!/bin/bash
  2. DIRNAME=$(pwd)
  3. cd backend
  4. nohup python main.py --port 9898 > django.log 2>&1 &
  5. echo 'http 服务启动'
  6. cd ../parser_service
  7. nohup python master.py >parser.log 2>&1 &
  8. echo 'parser 服务启动'
  9. cd ../service_utils
  10. nohup python monitor.py >monitor.log 2>&1 &
  11. echo 'monitor 服务启动'
  12. tail -f /home/dubhe-visual-server-v2/backend/django.log

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