Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
exbert-project/exbert
simon-clmtd
/
exbert
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
63858e7
exbert
/
Makefile
bhoov
First commit
63858e7
over 5 years ago
raw
Copy download link
history
blame
198 Bytes
ENV_NAME=
"exbert"
env
:
conda
env
create -f ./environment.yml; \
conda activate $(ENV_NAME); \
pip install -e server/spacyface; \
pip install -e server/transformers; \
pip install -e server; \