123456789101112131415161718192021222324252627 |
- name: py_d
- channels:
- - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/ # Anocanda清华镜像
- - defaults
- - https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/
- dependencies:
- - python=3.8
- - ipython
- - pip
- - pip:
- - opencv-python
- - cython
- - matplotlib
- - fastapi
- - uvicorn
- - zhon
- - pytest
- - jinja2
- - aiofiles
- - python-multipart
- - requests
- - cpca
- - gunicorn
- - -i https://mirror.baidu.com/pypi/simple
- - fastdeploy-gpu-python
- - -f https://www.paddlepaddle.org.cn/whl/fastdeploy.html
- prefix: /opt/conda/envs/py_d
|