environment.yml 721 B

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