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 aa9ef85 commit 227c801Copy full SHA for 227c801
dockerfile
@@ -6,6 +6,11 @@ COPY . .
6
7
RUN pip install --upgrade pip
8
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
14
15
EXPOSE 7860
16
EXPOSE 1337
0 commit comments