added environment.yml

This commit is contained in:
Gilbert Tanner 2020-08-06 20:38:25 +02:00
parent 62ac21d085
commit 3e3f4df3fc

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