Files
MachineLearningNotebooks/tutorials/get-started-day1/configuration/pytorch-aml-env.yml
2020-09-29 21:09:55 +01:00

12 lines
169 B
YAML

name: pytorch-aml-env
channels:
- defaults
- pytorch
dependencies:
- python=3.6.2
- pytorch
- torchvision
- pip
- pip:
- azureml-sdk