Skip to content

Commit 8908381

Browse files
committed
Update Dockerfile
1 parent a7ed5fe commit 8908381

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

integrations/fastapi/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM tiangolo/uvicorn-gunicorn-fastapi:python3.7
22
COPY ./requirements.txt /app/
3-
RUN pip install spacy-nightly --pre
3+
RUN pip install spacy
44
RUN pip install -r requirements.txt
55
RUN ./scripts/download_models.sh
66
COPY ./scripts /app/app

0 commit comments

Comments
 (0)