Skip to content

Commit

Permalink
install zh_core_web_sm
Browse files Browse the repository at this point in the history
  • Loading branch information
joecryptotoo committed Jun 22, 2023
1 parent dc8f62f commit 06d639d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile-webserver
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ RUN pip3 install --upgrade pip

RUN pip install --no-cache-dir -r requirements.txt

RUN python3 -m spacy download zh_core_web_sm

EXPOSE 7860

CMD ["python3", "pilot/server/webserver.py"]

0 comments on commit 06d639d

Please sign in to comment.