Deploy fastai-v2 model on windows machine

Hi,

I can get FastAI working on a conda environment in Win 10 using this environment.yml file

name: fastai
channels:
- fastai
- pytorch
- defaults
dependencies:
- fastcore
- fastai
- fastprogress>=0.1.22
- jupyter
- matplotlib
- nbdev
- pandas
- pillow
- pip
- python>=3.6
- pytorch>=1.3.0
- pyyaml
- requests
- torchvision>=0.5

and running the following command in a Conda shell
conda env create -f environment.yml