ICLRandD / Blackstone

:black_circle: A spaCy pipeline and model for NLP on unstructured legal text.
https://research.iclr.co.uk
Apache License 2.0
637 stars 101 forks source link

add dockerfile #18

Closed DeNeutoy closed 4 years ago

DeNeutoy commented 4 years ago

This adds a dockerfile - there will be a follow up PR which adds some continuous integration which uses this.

You can build it like:

docker build -t blackstone-test .

and then get a shell inside a running container like this:

docker run -it blackstone-test

Docker is useful because it provides a consistent environment for code, and is generally helpful for other people trying to run blackstone.

DeNeutoy commented 4 years ago

@ICLRandD this is ready to go whenever too