Skip to content

Commit

Permalink
Upgrade Node version to fix frontedn issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgontrum committed Nov 10, 2018
1 parent ba693a3 commit 44b3b5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN apt-get update && apt-get install -y \
apt-get -q clean -y && rm -rf /var/lib/apt/lists/* && rm -f /var/cache/apt/*.bin

# Install node for the frontend
RUN curl -sL https://deb.nodesource.com/setup_4.x | bash - && \
RUN curl -sL https://deb.nodesource.com/setup_8.x | bash - && \
apt-get install -y nodejs &&\
apt-get -q clean -y && rm -rf /var/lib/apt/lists/* && rm -f /var/cache/apt/*.bin

Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# spaCy API Docker

**[ENGLISH DEMO](http://spacy-en.herokuapp.com/ui/?text=This%20is%20a%20test.&model=en&cpu=1&cph=1)** |
**[GERMAN DEMO](http://spacy-de.herokuapp.com/ui/?text=Dies%20ist%20ein%20Test.&model=de&cpu=1&cph=1)**

**Ready-to-use Docker images for the [spaCy NLP library](https://github.com/explosion/spaCy).**

### Features
Expand All @@ -12,7 +9,7 @@
- Dependency parsing visualisation with [displaCy](https://demos.explosion.ai/displacy/).
- Docker images for **English**, **German**, **Spanish**, **Italian**, **Dutch** and **French**.
- Automated builds to stay up to date with spaCy.
- Current spaCy version: 2.0.11
- Current spaCy version: 2.0.16

Please note that this is a completely new API and is incompatible with the previous one. If you still need them, use `jgontrum/spacyapi:en-legacy` or `jgontrum/spacyapi:de-legacy`.

Expand Down

0 comments on commit 44b3b5f

Please sign in to comment.