Skip to content

Commit 227c801

Browse files
committed
Update dockerfile
1 parent aa9ef85 commit 227c801

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ COPY . .
66

77
RUN pip install --upgrade pip
88
RUN pip install -r requirements.txt
9+
RUN pip install --upgrade pip && \
10+
pip install -r requirements.txt && \
11+
python -m spacy download ru_core_news_sm && \
12+
python -m spacy download en_core_web_sm && \
13+
python -m spacy download zh_core_web_sm
914

1015
EXPOSE 7860
1116
EXPOSE 1337

0 commit comments

Comments
 (0)