environment.yml 711 B

1234567891011121314151617181920212223242526272829
  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. - jinja2
  19. - aiofiles
  20. - python-multipart
  21. - requests
  22. - cpca
  23. - uvicorn
  24. - protobuf==3.20.1
  25. - paddleclas==2.5.1
  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