Skip to content

Commit

Permalink
Upgrading to spacy 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jgontrum committed Nov 6, 2016
1 parent 5fab958 commit 58ed5df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -17,4 +17,4 @@ RUN python -m spacy.${LANG}.download parser

ENTRYPOINT cd /usr/spacyapi && python server.py

EXPOSE PORT
EXPOSE ${PORT}
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -12,6 +12,7 @@ env:
virtualenv env -p python3.5 --no-site-packages
env/bin/pip install --upgrade pip
env/bin/pip install wheel
env/bin/pip install -r requirements.txt

clean:
rm -rfv develop-eggs dist downloads eggs env parts

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -16,7 +16,7 @@ python-dateutil==2.5.3
pytz==2016.7
semver==2.7.1
six==1.10.0
spacy==1.1.2
spacy==1.2.0
sputnik==0.9.3
thinc==5.0.8
ujson==1.35
Expand Down

0 comments on commit 58ed5df

Please sign in to comment.