File size: 737 Bytes
ab687e7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 |
# definition file to build pytorch-caney conda environment
name: pytorch-caney
channels:
- conda-forge
- rapidsai
- nvidia
dependencies:
- python=3.9
- cudatoolkit=11.8
- pip
- gdal
- pip:
- torch>=2.0.0
- torchvision>=0.15
- pytorch-lightning
- omegaconf
- rasterio
- rioxarray
- xarray
- geopandas
- opencv-python
- opencv-python-headless
- opencv-contrib-python
- opencv-contrib-python-headless
- tifffile
- webcolors
- Pillow
- seaborn
- xgboost
- tiler
- segmentation-models
- pytest
- coveralls
- rtree
- sphinx
- sphinx_rtd_theme
- yacs
- termcolor
- numba
- joblib
- segmentation-models-pytorch
|