Create environment.yml to install prerequisites for app via conda

This commit is contained in:
Debanjum Singh Solanky 2021-08-15 17:17:37 -07:00
parent 660e6c3937
commit e3088c8cf8

9
environment.yml Normal file
View file

@ -0,0 +1,9 @@
name: semantic-search
channels:
- conda-forge
dependencies:
- python=3.*
- numpy=1.21.*
- pytorch
- transformers
- sentence-transformers