Solution : Error Hugging Face Library Version Issue

Recently I encountered the error in hugging face as it was not building there was problem in Fastai Version the model as Hugging face using latest fastai library but kaggle use previous version so In order to create

requirements.txt file we should have version of libraries keep in mind

you can check for example:
import fastai fastai.__version
Check my Repo in hugging face Space

I end up use Docker to deploy into Hugging Face which give me full control the version of app to be installed. If interested, you can see my example at Lesson 2 - Chihuahua vs Biscuit