WIP: need docker-compose config
Showing
Dockerfile
0 → 100644
# Specify fixed versions for spaCy and sense2vec because pretrained models are only compatible with certain versions; | ||
# and tests use hardcoded outputs, so the program may randomly fail to build if a dynamic version is used. | ||
setuptools | ||
numpy==1.24.2 | ||
sense2vec==2.0.0 | ||
ujson==4.2.0 | ||
fastapi==0.45.0 | ||
fastapi==0.55.0 | ||
uvicorn==0.15.0 | ||
pytest==6.2.5 | ||
requests==2.26.0 | ||
spacy==3.1.3 | ||
fr-core-news-md @ https://github.com/explosion/spacy-models/releases/download/fr_core_news_md-3.1.0/fr_core_news_md-3.1.0-py3-none-any.whl |
Please register or sign in to comment