Skip to content

Commit

Permalink
Update location of docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkgr committed Jul 13, 2018
1 parent 5767eea commit 803a153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ There are three different ways to get started with SP. Each has its own document
* [CLI](cli/README.md): This contains the command line interface to SP. That's most useful for batch processing.
* [Core](core/README.md): This contains SP as a library. It has all the extraction code, plus training and evaluation. Both server and CLI use this to do the actual work.

Alternatively, you can run the **docker image**: `docker run -p 8080:8080 --rm allenai-docker-public-docker.bintray.io/s2/scienceparse:2.0.1`
Alternatively, you can run the **docker image**: `docker run -p 8080:8080 --rm allenai/scienceparse:2.0.1`

## How to include into your own project

Expand Down

0 comments on commit 803a153

Please sign in to comment.