Skip to content

Commit b060622

Browse files
committed
fix
1 parent f0b559d commit b060622

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ WORKDIR /app
1616
RUN pip install poetry
1717
RUN poetry config virtualenvs.create false
1818
RUN poetry install --no-root
19-
RUN python -m spacy download en_core_web_sm
2019

2120
# expose the port that uvicorn will run the app on
2221
ENV PORT=8000

0 commit comments

Comments
 (0)