Merge pull request #199 from TannerGilbert/environment.yml

Added environment.yml
This commit is contained in:
Jeremy Howard
2020-08-16 07:11:37 -07:00
committed by GitHub

12
environment.yml Normal file
View File

@@ -0,0 +1,12 @@
name: fastbook
channels:
- fastai
- pytorch
- defaults
dependencies:
- python=3.6
- pytorch
- torchvision
- pip
- pip:
- -r file:requirements.txt