In order to run this, issue a command like the following from the root of the source tree:
docker build -t deep_qa .
docker run -d --rm -p 50051:50051 --name deep_qa deep_qa <your_model_file_path>
# ... run Scala code which attaches to the service ...
docker stop deep_qa
I'll write up instructions in a separate change once we've solidified how we want this to work.
In order to run this, issue a command like the following from the root of the source tree:
I'll write up instructions in a separate change once we've solidified how we want this to work.