environment.yml 729 B

12345678910111213141516171819202122232425262728293031
  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. - ipykernel
  11. - pip:
  12. - cmake
  13. - opencv-python
  14. - cython
  15. - paddleocr
  16. - paddlehub
  17. - fastapi
  18. - uvicorn
  19. - jinja2
  20. - aiofiles
  21. - python-multipart
  22. - requests
  23. - cpca
  24. - gunicorn
  25. - -i https://mirror.baidu.com/pypi/simple
  26. - yacs
  27. - seqeval
  28. - paddlenlp>=2.2.1
  29. - paddlepaddle # gpu==2.3.0.post110
  30. - -f https://www.paddlepaddle.org.cn/whl/linux/mkl/avx/stable.html
  31. prefix: /opt/conda/envs/py38