environment.yml 886 B

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