Skip to content

Commit

Permalink
Remove sip
Browse files Browse the repository at this point in the history
  • Loading branch information
chilland committed Apr 24, 2016
1 parent d866505 commit 073ae1a
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 @@ -3,7 +3,7 @@ FROM java:8
MAINTAINER Casey Hilland <casey dot hilland at gmail dot com>

RUN wget http://nlp.stanford.edu/software/stanford-corenlp-full-2015-12-09.zip
RUN unzip stanford-corenlp-full-2015-12-09.zip
RUN unzip stanford-corenlp-full-2015-12-09.zip && rm stanford-corenlp-full-2015-12-09.zip

WORKDIR stanford-corenlp-full-2015-12-09

Expand Down

0 comments on commit 073ae1a

Please sign in to comment.