mirror of
https://github.com/Azure/MachineLearningNotebooks.git
synced 2025-12-21 10:05:09 -05:00
10 lines
123 B
YAML
10 lines
123 B
YAML
|
|
name: pytorch-env
|
|
channels:
|
|
- defaults
|
|
- pytorch
|
|
dependencies:
|
|
- python=3.6.2
|
|
- pytorch
|
|
- torchvision
|