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 f0b559d commit b060622Copy full SHA for b060622
Dockerfile
@@ -16,7 +16,6 @@ WORKDIR /app
16
RUN pip install poetry
17
RUN poetry config virtualenvs.create false
18
RUN poetry install --no-root
19
-RUN python -m spacy download en_core_web_sm
20
21
# expose the port that uvicorn will run the app on
22
ENV PORT=8000
0 commit comments