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