File size: 468 Bytes
2a944a5 |
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 |
name: invoice-ml
channels:
- pytorch
- nvidia
- conda-forge
dependencies:
# ----- Python -----
- python=3.10
- pip
# ----- CUDA-enabled PyTorch -----
- pytorch
- torchvision
- torchaudio
- pytorch-cuda=11.8
# ----- Core numeric / system -----
- numpy
- certifi
- openssl
- ca-certificates
# ----- Computer Vision / PDF -----
- poppler
- ghostscript
# ----- App-level Python deps -----
- pip:
- -r requirements.txt
|