Skip to content

Commit

Permalink
Merge pull request #17 from kciesielski/patch-1
Browse files Browse the repository at this point in the history
Update Dockerfile to spacy 2.2.4
  • Loading branch information
buriy authored May 20, 2020
2 parents b2e578a + 6af3ae3 commit f1e3e03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN mkdir $PROJECT_DIR

WORKDIR /
#istall components for ru2
RUN conda install -y -c conda-forge spacy==2.1.9
RUN conda install -y -c conda-forge spacy==2.2.4
RUN pip install pymorphy2==0.8
RUN git clone -b v2.1 https://github.com/buriy/spacy-ru.git
RUN cp -r /spacy-ru/ru2/. $PROJECT_DIR/ru2
Expand Down

0 comments on commit f1e3e03

Please sign in to comment.