mirror of
https://github.com/fastai/fastbook.git
synced 2025-04-05 10:20:48 +00:00
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