Upgrade spacy to 3.7.4. Dockerfile rewrites
Showing
.envrc
0 → 100644
default.nix
0 → 100644
... | @@ -4,11 +4,16 @@ | ... | @@ -4,11 +4,16 @@ |
spacy-transformers | spacy-transformers | ||
setuptools | setuptools | ||
numpy==1.24.2 | fastapi==0.110.0 | ||
sense2vec==2.0.0 | numpy==1.26.4 | ||
ujson==4.2.0 | |||
fastapi==0.55.0 | |||
uvicorn==0.15.0 | |||
pytest==6.2.5 | pytest==6.2.5 | ||
requests==2.26.0 | sense2vec==2.0.2 | ||
spacy==3.1.3 | six==1.16.0 | ||
spacy==3.7.4 | |||
uvicorn==0.28.0 | |||
# If you need GPU support, just change the following lines | |||
# https://stackoverflow.com/questions/68845314/install-pytorch-cpu-only-in-dockerfile | |||
# https://download.pytorch.org/whl/torch_stable.html | |||
# torch==2.2.1 | |||
torch==2.2.1+cpu |