We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7ed5fe commit 8908381Copy full SHA for 8908381
1 file changed
integrations/fastapi/Dockerfile
@@ -1,6 +1,6 @@
1
FROM tiangolo/uvicorn-gunicorn-fastapi:python3.7
2
COPY ./requirements.txt /app/
3
-RUN pip install spacy-nightly --pre
+RUN pip install spacy
4
RUN pip install -r requirements.txt
5
RUN ./scripts/download_models.sh
6
COPY ./scripts /app/app
0 commit comments