environment.yml 682 B

123456789101112131415161718192021222324252627
  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==2.5.0.3
  15. - paddlehub==2.2.0
  16. - fastapi==0.79.0
  17. - uvicorn
  18. - jinja2 - aiofiles
  19. - python-multipart
  20. - requests
  21. - cpca
  22. - gunicorn
  23. - -i https://mirror.baidu.com/pypi/simple
  24. - paddlepaddle-gpu==2.3.0.post110
  25. - -f https://www.paddlepaddle.org.cn/whl/linux/mkl/avx/stable.html
  26. prefix: /opt/conda/envs/py38