Build deepqa:latest image:
docker build -t deepqa:latest .
Run the data-dirs.sh
script and copy your models and data into the appropriate folders:
cd DeepQA/docker
./data-dirs.sh
Start the server with docker-compose:
docker-compose -f <YAML file> up
TODO: Nvidia-Docker