Skip to content

Commit

Permalink
Adds spaCy dependecy and languale model installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavle Jonoski committed Jan 2, 2020
1 parent afafb66 commit 8da07df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ RUN pip install cython && \
# disqus
pip install --no-cache-dir -e "git+https://github.com/okfn/ckanext-disqus#egg=ckanext-disqus"

# Download spaCy language model for english language
RUN python -m spacy download en_core_web_sm

# Set plugins
ENV CKAN__PLUGINS envvars \
recline_view \
Expand Down

0 comments on commit 8da07df

Please sign in to comment.