environment.yml 923 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. name: base
  2. # name: py38
  3. channels:
  4. - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/ # Anocanda清华镜像
  5. - https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/msys2/
  6. # - https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch/
  7. - bioconda
  8. - fastai
  9. - defaults
  10. - r
  11. - https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/
  12. - conda-forge
  13. dependencies:
  14. - python=3.8
  15. - ipython
  16. - ipykernel
  17. - pip
  18. # - pytorch
  19. # - torchvision
  20. # - torchaudio
  21. - cudatoolkit=11.0
  22. - fastai
  23. - nbdev
  24. - pip:
  25. - cmake
  26. - opencv-python
  27. - cython
  28. - fastapi
  29. - uvicorn
  30. - jinja2
  31. - aiofiles
  32. - python-multipart
  33. - requests
  34. # - PyYAML>=5.3.1
  35. - pandas>=1.1.4
  36. - seaborn>=0.11.0
  37. - tqdm>=4.41.0
  38. - tensorboard>=2.4.1
  39. - gunicorn
  40. - -i https://pypi.douban.com/simple
  41. prefix: /opt/conda/
  42. # prefix: /opt/conda/envs/py38