environment.yml 674 B

12345678910111213141516171819202122232425262728
  1. name: py38
  2. channels:
  3. - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/ # Anocanda清华镜像
  4. - defaults
  5. - https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/
  6. dependencies:
  7. - python=3.8
  8. - ipython
  9. - pip
  10. - pip:
  11. - cmake
  12. - opencv-python
  13. - cython
  14. - paddleocr
  15. - paddlehub
  16. - fastapi
  17. - uvicorn
  18. - zhon
  19. - jinja2
  20. - aiofiles
  21. - python-multipart
  22. - requests
  23. - cpca
  24. - gunicorn
  25. - -i https://mirror.baidu.com/pypi/simple
  26. - paddlepaddle # gpu==2.3.0.post110
  27. - -f https://www.paddlepaddle.org.cn/whl/linux/mkl/avx/stable.html
  28. prefix: /opt/conda/envs/py38