Merge pull request #199 from TannerGilbert/environment.yml
Added environment.yml
This commit is contained in:
commit
74e987eaa0
12
environment.yml
Normal file
12
environment.yml
Normal file
@ -0,0 +1,12 @@
|
||||
name: fastbook
|
||||
channels:
|
||||
- fastai
|
||||
- pytorch
|
||||
- defaults
|
||||
dependencies:
|
||||
- python=3.6
|
||||
- pytorch
|
||||
- torchvision
|
||||
- pip
|
||||
- pip:
|
||||
- -r file:requirements.txt
|
Loading…
Reference in New Issue
Block a user