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.

123456789101112131415161718192021222324
  1. #!/bin/bash
  2. echo '开始下载anaconda,版本Anaconda3-2020.07-Linux-x86_64 ...'
  3. wget https://repo.anaconda.com/archive/Anaconda3-2020.07-Linux-x86_64.sh
  4. echo '安装anaconda环境 ...'
  5. bash Anaconda3-2020.07-Linux-x86_64.sh
  6. echo 'export PATH=$PATH:/root/anaconda3/bin'>>/root/.bashrc
  7. source /root/.bashrc
  8. echo 'conda 安装完毕,执行依赖环境初始化操作...'
  9. conda env create --file dubhe_visual.yaml
  10. echo 'conda dubhe_visual虚拟环境初始化成功,进入环境并执行数据初始化操作...'
  11. source activate dubhe_visual
  12. cd backend/
  13. python manage.py migrate
  14. echo '数据库初始化成功,启动服务请执行:source start_server.sh'

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