Raw File
environment-dev.yml
name: monai
channels:
  - pytorch
  - defaults
  - nvidia
  - conda-forge
dependencies:
  - numpy>=1.20
  - pytorch>=1.9
  - torchvision
  - pytorch-cuda=11.6
  - pip
  - pip:
    - -r requirements-dev.txt
back to top