[go: nahoru, domu]

Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 335 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 335 Bytes

Dockerized Deep QA

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