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
commit 74e987eaa0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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