d_environment.yml 634 B

123456789101112131415161718192021222324252627
  1. name: py_d
  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. - opencv-python
  12. - cython
  13. - matplotlib
  14. - fastapi
  15. - uvicorn
  16. - zhon
  17. - pytest
  18. - jinja2
  19. - aiofiles
  20. - python-multipart
  21. - requests
  22. - cpca
  23. - gunicorn
  24. - -i https://mirror.baidu.com/pypi/simple
  25. - fastdeploy-gpu-python
  26. - -f https://www.paddlepaddle.org.cn/whl/fastdeploy.html
  27. prefix: /opt/conda/envs/py_d