mirror of
https://github.com/Azure/MachineLearningNotebooks.git
synced 2025-12-22 02:25:12 -05:00
12 lines
169 B
YAML
12 lines
169 B
YAML
name: pytorch-aml-env
|
|
channels:
|
|
- defaults
|
|
- pytorch
|
|
dependencies:
|
|
- python=3.6.2
|
|
- pytorch
|
|
- torchvision
|
|
- pip
|
|
- pip:
|
|
- azureml-sdk
|